Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Include/
Darm_nnsupportfunctions.h51 #define SELECT_USING_MASK(mask, a, b) ((mask) & (a)) ^ (~(mask) & (b)) argument
791 #define MUL_SAT(a, b) arm_nn_doubling_high_mult((a), (b)) argument
792 #define MUL_SAT_MVE(a, b) arm_doubling_high_mult_mve_32x4((a), (b)) argument
793 #define MUL_POW2(a, b) arm_nn_mult_by_power_of_two((a), (b)) argument
795 #define DIV_POW2(a, b) arm_nn_divide_by_power_of_two((a), (b)) argument
796 #define DIV_POW2_MVE(a, b) arm_divide_by_power_of_two_mve((a), (b)) argument
/cmsis-nn-3.6.0-3.5.0/Source/NNSupportFunctions/
Darm_nn_vec_mat_mul_result_acc_s8.c107 int32x4_t b = vldrwq_s32(bias); in arm_nn_vec_mat_mul_result_acc_s8() local