Home
last modified time | relevance | path

Searched refs:inVLH (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
124 inVLH = vmovl_s16(vget_high_s16(inVLO)); in arm_q7_to_float()
132 outV = vcvtq_n_f32_s32(inVLH,7); in arm_q7_to_float()