Searched refs:x2 (Results 1 – 2 of 2) sorted by relevance
/cmsis-nn-latest/Source/SoftmaxFunctions/ |
D | arm_softmax_s8.c | 47 const int32x4_t x2 = MUL_SAT_MVE(x, x); in arm_exp_on_negative_values_mve_32x4() local 48 const int32x4_t op_1 = DIV_POW2_MVE(MUL_SAT_MVE(x2, x2), 2) + MUL_SAT_MVE(x2, x); in arm_exp_on_negative_values_mve_32x4() 49 const int32x4_t op_2 = x + DIV_POW2_MVE(MUL_SAT_MVE(op_1, vdupq_n_s32(715827883)) + x2, 1); in arm_exp_on_negative_values_mve_32x4()
|
/cmsis-nn-latest/Include/ |
D | arm_nnsupportfunctions.h | 1654 const int32_t x2 = MUL_SAT(x, x); in arm_nn_exp_on_negative_values() local 1657 …SAT(1895147668, x + DIV_POW2(MUL_SAT(DIV_POW2(MUL_SAT(x2, x2), 2) + MUL_SAT(x2, x), 715827883) + x… in arm_nn_exp_on_negative_values()
|