Searched refs:coefA (Results 1 – 3 of 3) sorted by relevance
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/ |
D | arm_rfft_q31.c | 179 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rfft_q31() local 182 …q31x4_t out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxB_S32(in1, coefA),MVE_CMPLX_MULT_FX_AxConjB_S… in arm_split_rfft_q31() 184 …q31x4_t out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxB(in1, coefA),MVE_CMPLX_MULT_FX_AxConjB(coefB… in arm_split_rfft_q31() 335 q31x4_t coefA = vldrwq_gather_shifted_offset_s32(pCoefAb, offsetCoef); in arm_split_rifft_q31() local 340 q31x4_t out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxConjB_S32(in1, coefA), in arm_split_rifft_q31() 343 q31x4_t out = vhaddq_s32(MVE_CMPLX_MULT_FX_AxConjB(in1, coefA), in arm_split_rifft_q31()
|
D | arm_rfft_q15.c | 184 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rfft_q15() local 188 q15x8_t out = vhaddq_s16(MVE_CMPLX_MULT_FX_AxB_S16(in1, coefA), in arm_split_rfft_q15() 191 q15x8_t out = vhaddq_s16(MVE_CMPLX_MULT_FX_AxB(in1, coefA), in arm_split_rfft_q15() 412 q15x8_t coefA = vldrhq_gather_shifted_offset_s16(pCoefAb, offsetCoef); in arm_split_rifft_q15() local 416 q15x8_t out = vhaddq_s16(MVE_CMPLX_MULT_FX_AxConjB(in1, coefA), in arm_split_rifft_q15()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTextureUtil.cpp | 872 float coefA = 0.0f; in fillWithComponentGradients2D() local 877 coefA = (x < xedge) ? (1.0f - s) * 0.4f : s * 0.6f - 0.2f; in fillWithComponentGradients2D() 882 coefA += (y < yedge) ? (1.0f - t) * 0.4f : t * 0.6f - 0.2f; in fillWithComponentGradients2D() 887 float a = linearInterpolate(coefA, minVal.w(), maxVal.w()); in fillWithComponentGradients2D()
|