/Zephyr-latest/tests/crypto/tinycrypt/src/ |
D | test_ecc_utils.h | 70 void string2scalar(unsigned int *scalar, unsigned int num_word32, char *str);
|
D | test_ecc_utils.c | 71 void string2scalar(unsigned int *scalar, unsigned int num_word32, char *str) in string2scalar() argument 92 uECC_vli_bytesToNative(scalar, tmp, num_bytes); in string2scalar()
|
/Zephyr-latest/tests/subsys/dsp/basicmath/src/ |
D | f32.c | 279 static void test_zdsp_offset_f32(const DSP_DATA uint32_t *input1, float32_t scalar, in test_zdsp_offset_f32() argument 289 zdsp_offset_f32((DSP_DATA float32_t *)input1, scalar, output, length); in test_zdsp_offset_f32() 312 static void test_zdsp_offset_f32_in_place(const DSP_DATA uint32_t *input1, float32_t scalar, in test_zdsp_offset_f32_in_place() argument 325 zdsp_offset_f32(output, scalar, output, length); in test_zdsp_offset_f32_in_place() 345 static void test_zdsp_scale_f32(const DSP_DATA uint32_t *input1, float32_t scalar, in test_zdsp_scale_f32() argument 355 zdsp_scale_f32((DSP_DATA float32_t *)input1, scalar, output, length); in test_zdsp_scale_f32() 378 static void test_zdsp_scale_f32_in_place(const DSP_DATA uint32_t *input1, float32_t scalar, in test_zdsp_scale_f32_in_place() argument 391 zdsp_scale_f32(output, scalar, output, length); in test_zdsp_scale_f32_in_place()
|
D | f16.c | 284 const uint16_t *input1, float16_t scalar, const uint16_t *ref, in test_zdsp_offset_f16() argument 294 zdsp_offset_f16((float16_t *)input1, scalar, output, length); in test_zdsp_offset_f16() 317 static void test_zdsp_offset_f16_in_place(const uint16_t *input1, float16_t scalar, in test_zdsp_offset_f16_in_place() argument 330 zdsp_offset_f16(output, scalar, output, length); in test_zdsp_offset_f16_in_place() 352 const uint16_t *input1, float16_t scalar, const uint16_t *ref, in test_zdsp_scale_f16() argument 362 zdsp_scale_f16((float16_t *)input1, scalar, output, length); in test_zdsp_scale_f16() 385 static void test_zdsp_scale_f16_in_place(const uint16_t *input1, float16_t scalar, in test_zdsp_scale_f16_in_place() argument 398 zdsp_scale_f16(output, scalar, output, length); in test_zdsp_scale_f16_in_place()
|
D | q31.c | 290 static void test_zdsp_offset_q31(const DSP_DATA q31_t *input1, q31_t scalar, const q31_t *ref, in test_zdsp_offset_q31() argument 300 zdsp_offset_q31(input1, scalar, output, length); in test_zdsp_offset_q31() 325 static void test_zdsp_offset_q31_in_place(const DSP_DATA q31_t *input1, q31_t scalar, in test_zdsp_offset_q31_in_place() argument 338 zdsp_offset_q31(output, scalar, output, length); in test_zdsp_offset_q31_in_place() 364 static void test_zdsp_scale_q31(const DSP_DATA q31_t *input1, q31_t scalar, const q31_t *ref, in test_zdsp_scale_q31() argument 374 zdsp_scale_q31(input1, scalar, 0, output, length); in test_zdsp_scale_q31() 397 static void test_zdsp_scale_q31_in_place(const DSP_DATA q31_t *input1, q31_t scalar, in test_zdsp_scale_q31_in_place() argument 410 zdsp_scale_q31(output, scalar, 0, output, length); in test_zdsp_scale_q31_in_place()
|
D | q15.c | 300 const DSP_DATA q15_t *input1, q15_t scalar, const q15_t *ref, size_t length) in test_zdsp_offset_q15() argument 309 zdsp_offset_q15(input1, scalar, output, length); in test_zdsp_offset_q15() 334 static void test_zdsp_offset_q15_in_place(const DSP_DATA q15_t *input1, q15_t scalar, in test_zdsp_offset_q15_in_place() argument 347 zdsp_offset_q15(output, scalar, output, length); in test_zdsp_offset_q15_in_place() 374 const DSP_DATA q15_t *input1, q15_t scalar, const q15_t *ref, size_t length) in test_zdsp_scale_q15() argument 383 zdsp_scale_q15(input1, scalar, 0, output, length); in test_zdsp_scale_q15() 406 static void test_zdsp_scale_q15_in_place(const DSP_DATA q15_t *input1, q15_t scalar, in test_zdsp_scale_q15_in_place() argument 419 zdsp_scale_q15(output, scalar, 0, output, length); in test_zdsp_scale_q15_in_place()
|
D | q7.c | 289 static void test_zdsp_offset_q7(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_offset_q7() argument 299 zdsp_offset_q7(input1, scalar, output, length); in test_zdsp_offset_q7() 322 static void test_zdsp_offset_q7_in_place(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_offset_q7_in_place() argument 335 zdsp_offset_q7(output, scalar, output, length); in test_zdsp_offset_q7_in_place() 358 static void test_zdsp_scale_q7(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_scale_q7() argument 368 zdsp_scale_q7(input1, scalar, 0, output, length); in test_zdsp_scale_q7() 390 static void test_zdsp_scale_q7_in_place(const DSP_DATA q7_t *input1, q7_t scalar, const q7_t *ref, in test_zdsp_scale_q7_in_place() argument 403 zdsp_scale_q7(output, scalar, 0, output, length); in test_zdsp_scale_q7_in_place()
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_func | 38 either 1, 2, 4, or 8 bytes in length and so is suitable for scalar
|
/Zephyr-latest/modules/nanopb/ |
D | Kconfig | 50 Encode scalar arrays in the unpacked format, which takes up more
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 86 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | target.cmake | 85 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
|
/Zephyr-latest/doc/hardware/arch/ |
D | arc-support-status.rst | 92 .. [#f6] currently only ARC VPX scalar port is supported. The support of VPX vector pipeline, VCCM,
|
/Zephyr-latest/cmake/linker/armlink/ |
D | target.cmake | 67 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 120 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
|
/Zephyr-latest/cmake/linker/xt-ld/ |
D | target.cmake | 113 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.6.rst | 1113 * :github:`35615` - [Coverity CID: 219648] Uninitialized scalar variable in /zephyr/include/generat… 1204 * :github:`35159` - [Coverity CID: 232698] Uninitialized scalar variable in samples/net/sockets/txt… 1205 * :github:`35158` - [Coverity CID: 224630] Uninitialized scalar variable in subsys/net/ip/igmp.c 1206 * :github:`35157` - [Coverity CID: 221380] Uninitialized scalar variable in subsys/bluetooth/contro… 1465 * :github:`34001` - [Coverity CID: 220540] Uninitialized scalar variable in samples/drivers/flash_s… 1501 * :github:`33839` - [Coverity CID: 220302] Uninitialized scalar variable in subsys/net/lib/lwm2m/lw… 1520 * :github:`33820` - [Coverity CID: 220415] Uninitialized scalar variable in tests/posix/common/src/… 1734 * :github:`33060` - [Coverity CID :219613] Uninitialized scalar variable in lib/cmsis_rtos_v1/cmsis… 1739 * :github:`33055` - [Coverity CID :219621] Uninitialized scalar variable in tests/net/socket/getadd… 1760 * :github:`33032` - [Coverity CID :219656] Uninitialized scalar variable in tests/kernel/threads/th… [all …]
|
D | release-notes-2.3.rst | 750 * :github:`25797` - [Coverity CID :210607] Uninitialized scalar variable in tests/net/socket/socket… 751 * :github:`25796` - [Coverity CID :210579] Uninitialized scalar variable in tests/net/socket/socket… 752 * :github:`25795` - [Coverity CID :210564] Uninitialized scalar variable in tests/lib/cmsis_dsp/dis…
|
D | release-notes-2.4.rst | 1009 * :github:`28161` - [Coverity CID :214219] Uninitialized scalar variable in subsys/net/lib/sockets/… 1280 * :github:`26954` - devicetree: warning: braces around scalar initializer 1506 * :github:`25794` - [Coverity CID :210554] Uninitialized scalar variable in tests/net/iface/src/mai…
|
D | migration-guide-3.7.rst | 670 The time of one watchdog count varies with the different pre-scalar settings.
|
D | release-notes-2.5.rst | 1045 * :github:`31681` - [Coverity CID :216796] Uninitialized scalar variable in tests/subsys/power/powe… 1083 * :github:`31642` - [Coverity CID :216784] Uninitialized scalar variable in drivers/can/can_common.c
|
D | release-notes-3.0.rst | 1206 * :github:`39857` - [Coverity CID: 240234] Uninitialized scalar variable in subsys/bluetooth/shell/…
|
D | release-notes-3.5.rst | 87 * Introduced the scalar port for ARC VPX processors
|
D | release-notes-2.7.rst | 1350 * :github:`37916` - [Coverity CID :219656] Uninitialized scalar variable in file /tests/kernel/thre…
|
/Zephyr-latest/boards/toradex/verdin_imx8mp/doc/ |
D | index.rst | 44 processors. The microcontroller employs an efficient in-order super-scalar pipeline, allowing
|
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/ |
D | train_hello_world_model.ipynb | 396 "# First layer takes a scalar input and feeds it through 8 \"neurons\". The\n", 1729 "# First layer takes a scalar input and feeds it through 16 \"neurons\". The\n",
|