/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/ |
D | none.h | 178 q31_t y) in mult32x64() 185 #define multAcc_32x32_keep32_R(a, x, y) \ argument 189 #define multSub_32x32_keep32_R(a, x, y) \ argument 193 #define mult_32x32_keep32_R(a, x, y) \ argument 197 #define multAcc_32x32_keep32(a, x, y) \ argument 201 #define multSub_32x32_keep32(a, x, y) \ argument 205 #define mult_32x32_keep32(a, x, y) \ argument 247 uint32_t y) in __QADD8() 265 uint32_t y) in __QSUB8() 283 uint32_t y) in __QADD16() [all …]
|
D | interpolation_functions.h | 118 const float32_t * y; /**< y values */ member
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash/ |
D | fsl_ftfx_utilities.h | 60 #define BYTE2WORD_1_3(x, y) (B1P4(x) | B3P1(y)) argument 61 #define BYTE2WORD_2_2(x, y) (B2P3(x) | B2P1(y)) argument 62 #define BYTE2WORD_3_1(x, y) (B3P2(x) | B1P1(y)) argument 63 #define BYTE2WORD_1_1_2(x, y, z) (B1P4(x) | B1P3(y) | B2P1(z)) argument 64 #define BYTE2WORD_1_2_1(x, y, z) (B1P4(x) | B2P2(y) | B1P1(z)) argument 65 #define BYTE2WORD_2_1_1(x, y, z) (B2P3(x) | B1P2(y) | B1P1(z)) argument 66 #define BYTE2WORD_1_1_1_1(x, y, z, w) (B1P4(x) | B1P3(y) | B1P2(z) | B1P1(w)) argument
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/Include/ |
D | arm_math.h | 712 q31_t y) in mult32x64() 869 uint32_t y) in __QADD8() 887 uint32_t y) in __QSUB8() 905 uint32_t y) in __QADD16() 922 uint32_t y) in __SHADD16() 938 uint32_t y) in __QSUB16() 954 uint32_t y) in __SHSUB16() 970 uint32_t y) in __QASX() 986 uint32_t y) in __SHASX() 1002 uint32_t y) in __QSAX() [all …]
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_levinson_durbin_f32.c | 184 float32_t x,y; in arm_levinson_durbin_f32() local 197 float32_t x,y; in arm_levinson_durbin_f32() local 250 float32_t x,y; in arm_levinson_durbin_f32() local
|
D | arm_levinson_durbin_q31.c | 255 q31_t x,y; in arm_levinson_durbin_q31() local 273 q31_t x,y; in arm_levinson_durbin_q31() local 344 q31_t x,y; in arm_levinson_durbin_q31() local
|
D | arm_correlate_f32.c | 435 float32x4_t x,y; in arm_correlate_f32() local 779 float32x4_t x,y; in arm_correlate_f32() local 927 float32x4_t x,y; in arm_correlate_f32() local
|
D | arm_levinson_durbin_f16.c | 187 _Float16 x,y; in arm_levinson_durbin_f16() local 248 _Float16 x,y; in arm_levinson_durbin_f16() local
|
D | arm_conv_f32.c | 703 float32x4_t y = vdupq_n_f32(0) ; in arm_conv_f32() local 854 float32x4_t y = vdupq_n_f32(0) ; in arm_conv_f32() local
|
D | arm_biquad_cascade_df1_f32.c | 366 float32x2x2_t y; in arm_biquad_cascade_df1_f32() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/powerquad/ |
D | fsl_powerquad_math.c | 868 int32_t PQ_ArctanFixed(POWERQUAD_Type *base, int32_t x, int32_t y, pq_cordic_iter_t iteration) in PQ_ArctanFixed() 879 int32_t PQ_ArctanhFixed(POWERQUAD_Type *base, int32_t x, int32_t y, pq_cordic_iter_t iteration) in PQ_ArctanhFixed()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/InterpolationFunctions/ |
D | arm_linear_interp_q15.c | 58 q63_t y; /* output */ in arm_linear_interp_q15() local
|
D | arm_linear_interp_q31.c | 59 q31_t y; /* output */ in arm_linear_interp_q31() local
|
D | arm_linear_interp_q7.c | 58 q31_t y; /* output */ in arm_linear_interp_q7() local
|
D | arm_linear_interp_f16.c | 86 float16_t y; in arm_linear_interp_f16() local
|
D | arm_linear_interp_f32.c | 83 float32_t y; in arm_linear_interp_f32() local
|
D | arm_spline_interp_init_f32.c | 69 const float32_t * y, in arm_spline_init_f32()
|
D | arm_spline_interp_f32.c | 153 const float32_t * y = S->y; in arm_spline_f32() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/middleware/issdk/algorithms/sensorfusion/sources/ |
D | approximations.c | 109 float fatan2_deg(float y, float x) in fatan2_deg()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/DistanceFunctions/ |
D | arm_jensenshannon_distance_f16.c | 55 __STATIC_INLINE float16_t rel_entr(float16_t x, float16_t y) in rel_entr()
|
D | arm_jensenshannon_distance_f32.c | 42 __STATIC_INLINE float32_t rel_entr(float32_t x, float32_t y) in rel_entr()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/CMSIS/DSP/Source/QuaternionMathFunctions/ |
D | arm_rotation2quaternion_f32.c | 32 #define RI(x,y) r[(3*(x) + (y))] argument
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/ektf2k/ |
D | fsl_ektf2k.h | 37 uint16_t y; /*!< Y coordinate of the touch point */ member
|
D | fsl_ektf2k.c | 178 int x, y; in EKTF2K_GetMultiTouch() local
|
/hal_nxp-3.5.0/mcux/mcux-sdk/drivers/flash_ftmr/ |
D | fsl_flash.c | 36 #define BYTES_JOIN_TO_WORD_1_1(x, y) (B1P1(x) | B1P2(y)) argument 37 #define BYTES_JOIN_TO_WORD_1_2(x, y) (B1P2(x) | B2P1(y)) argument
|