Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad.h73 #define PQ_COS 1U macro
123 #define _pq_cos0(x) __arm_mcr(CP_PQ, PQ_COS, (uint32_t)(x), PQ_FLOAT32 | PQ_COMP0_ONLY, 0, PQ_T…
133 #define _pq_cos_fx0(x) __arm_mcr(CP_PQ, PQ_COS, (uint32_t)(x), PQ_FIXEDPT | PQ_COMP0_ONLY, 0, P…
146 #define _pq_cos1(x) __arm_mcr(CP_PQ, PQ_COS, (uint32_t)(x), PQ_FLOAT32 | PQ_COMP1_ONLY, 0, PQ_T…
156 #define _pq_cos_fx1(x) __arm_mcr(CP_PQ, PQ_COS, (uint32_t)(x), PQ_FIXEDPT | PQ_COMP1_ONLY, 0, P…
183 #define PQ_COS_INF PQ_COS, 1, PQ_TRIG
Dfsl_powerquad_math.c217 PQ_Vector8F32(PQ_COS, 1, PQ_TRIG); in PQ_VectorCosF32()
536 PQ_Vector8Fixed32(PQ_COS, 1, PQ_TRIG_FIXED); in PQ_VectorCosQ31()
860 PQ_Vector8Q15(PQ_COS, 1, PQ_TRIG_FIXED); in PQ_VectorCosQ15()