Home
last modified time | relevance | path

Searched defs:weights (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/SupportFunctions/
Darm_barycenter_f32.c54 const float32_t *weights, in arm_barycenter_f32()
199 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32()
352 void arm_barycenter_f32(const float32_t *in, const float32_t *weights, float32_t *out, uint32_t nbV… in arm_barycenter_f32()
Darm_barycenter_f16.c68 const float16_t *weights, in arm_barycenter_f16()
210 void arm_barycenter_f16(const float16_t *in, const float16_t *weights, float16_t *out, uint32_t nbV… in arm_barycenter_f16()
/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_cmsis.c389 const q31_t *weights; /* Pointer to the Weights table */ in arm_dct4_q31() local
610 const q15_t *weights; /* Pointer to the Weights table */ in arm_dct4_q15() local
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_dct4_f32.c132 const float32_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_f32() local
Darm_dct4_q15.c56 const q15_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q15() local
Darm_dct4_q31.c59 const q31_t *weights = S->pTwiddle; /* Pointer to the Weights table */ in arm_dct4_q31() local