Home
last modified time | relevance | path

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

/cmsis-dsp-latest/Source/SupportFunctions/
Darm_q7_to_float.c106 int32x4_t inVLL, inVLH, inVHL, inVHH; in arm_q7_to_float() local
123 inVLL = vmovl_s16(vget_low_s16(inVLO)); in arm_q7_to_float()
128 outV = vcvtq_n_f32_s32(inVLL,7); in arm_q7_to_float()