Searched refs:inverse (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/ |
D | rf16.c | 20 bool inverse, const uint16_t *input, const uint16_t *ref, in test_arm_rfft_f16_real_backend() argument 40 arm_rfft_fast_f16(&inst, scratch, output, inverse); in test_arm_rfft_f16_real_backend()
|
D | rf32.c | 20 bool inverse, const uint32_t *input, const uint32_t *ref, in test_arm_rfft_f32_real_backend() argument 40 arm_rfft_fast_f32(&inst, scratch, output, inverse); in test_arm_rfft_f32_real_backend()
|
D | rf64.c | 20 bool inverse, const uint64_t *input, const uint64_t *ref, size_t length) in test_arm_rfft_f64_real_backend() argument 39 arm_rfft_fast_f64(&inst, scratch, output, inverse); in test_arm_rfft_f64_real_backend()
|
D | cf64.c | 20 bool inverse, const uint64_t *input, const uint64_t *ref, size_t length) in test_arm_cfft_f64_cmplx_backend() argument 40 arm_cfft_f64(&inst, output, inverse, true); in test_arm_cfft_f64_cmplx_backend()
|
D | cf16.c | 20 bool inverse, const uint16_t *input, const uint16_t *ref, size_t length) in test_arm_cfft_f16_cmplx_backend() argument 40 arm_cfft_f16(&inst, output, inverse, true); in test_arm_cfft_f16_cmplx_backend()
|
D | cf32.c | 20 bool inverse, const uint32_t *input, const uint32_t *ref, size_t length) in test_arm_cfft_f32_cmplx_backend() argument 40 arm_cfft_f32(&inst, output, inverse, true); in test_arm_cfft_f32_cmplx_backend()
|
/Zephyr-latest/doc/kernel/ |
D | timeutil.rst | 64 The inverse transformation is not standardized: APIs like ``mktime()`` expect
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | controller.rst | 45 The bit-rate is the inverse of the length of a single bit.
|