Home
last modified time | relevance | path

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

/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h51 #define SELECT_USING_MASK(mask, a, b) ((mask) & (a)) ^ (~(mask) & (b)) argument
1274 #define MUL_SAT(a, b) arm_nn_doubling_high_mult((a), (b)) argument
1275 #define MUL_SAT_MVE(a, b) arm_doubling_high_mult_mve_32x4((a), (b)) argument
1276 #define MUL_POW2(a, b) arm_nn_mult_by_power_of_two((a), (b)) argument
1278 #define DIV_POW2(a, b) arm_nn_divide_by_power_of_two((a), (b)) argument
1279 #define DIV_POW2_MVE(a, b) arm_divide_by_power_of_two_mve((a), (b)) argument