Home
last modified time | relevance | path

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

/Zephyr-latest/tests/crypto/tinycrypt/src/
Dtest_ecc_utils.h70 void string2scalar(unsigned int *scalar, unsigned int num_word32, char *str);
Dtest_ecc_utils.c71 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/
Df32.c279 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()
Df16.c284 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()
Dq31.c290 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()
Dq15.c300 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()
Dq7.c289 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/
DKconfig.hash_func38 either 1, 2, 4, or 8 bytes in length and so is suitable for scalar
/Zephyr-latest/modules/nanopb/
DKconfig50 Encode scalar arrays in the unpacked format, which takes up more
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake86 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
/Zephyr-latest/cmake/linker/arcmwdt/
Dtarget.cmake85 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
/Zephyr-latest/doc/hardware/arch/
Darc-support-status.rst92 .. [#f6] currently only ARC VPX scalar port is supported. The support of VPX vector pipeline, VCCM,
/Zephyr-latest/cmake/linker/armlink/
Dtarget.cmake67 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
/Zephyr-latest/cmake/linker/ld/
Dtarget.cmake120 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
/Zephyr-latest/cmake/linker/xt-ld/
Dtarget.cmake113 "TARGET_ELF;OUTPUT_MAP;LINKER_SCRIPT" # list of names of scalar arguments
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1113 * :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 …]
Drelease-notes-2.3.rst750 * :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…
Drelease-notes-2.4.rst1009 * :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…
Dmigration-guide-3.7.rst670 The time of one watchdog count varies with the different pre-scalar settings.
Drelease-notes-2.5.rst1045 * :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
Drelease-notes-3.0.rst1206 * :github:`39857` - [Coverity CID: 240234] Uninitialized scalar variable in subsys/bluetooth/shell/…
Drelease-notes-3.5.rst87 * Introduced the scalar port for ARC VPX processors
Drelease-notes-2.7.rst1350 * :github:`37916` - [Coverity CID :219656] Uninitialized scalar variable in file /tests/kernel/thre…
/Zephyr-latest/boards/toradex/verdin_imx8mp/doc/
Dindex.rst44 processors. The microcontroller employs an efficient in-order super-scalar pipeline, allowing
/Zephyr-latest/samples/modules/tflite-micro/hello_world/train/
Dtrain_hello_world_model.ipynb396 "# 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",