Home
last modified time | relevance | path

Searched refs:packedValue (Results 1 – 2 of 2) sorted by relevance

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_fill_q15.c88 q31_t packedValue; /* value packed to 32 bits */ in arm_fill_q15() local
91 packedValue = __PKHBT(value, value, 16U); in arm_fill_q15()
101 write_q15x2_ia (&pDst, packedValue); in arm_fill_q15()
102 write_q15x2_ia (&pDst, packedValue); in arm_fill_q15()
Darm_fill_q7.c88 q31_t packedValue; /* value packed to 32 bits */ in arm_fill_q7() local
91 packedValue = __PACKq7(value, value, value, value); in arm_fill_q7()
101 write_q7x4_ia (&pDst, packedValue); in arm_fill_q7()