Home
last modified time | relevance | path

Searched refs:remainder (Results 1 – 4 of 4) sorted by relevance

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_convolve_get_buffer_sizes_s8.c92 const int32_t remainder = rhs_cols % 4; in arm_convolve_s8_get_buffer_size()
93 const int32_t aligned_rhs_cols = remainder != 0 ? rhs_cols + 4 - remainder : rhs_cols; in arm_convolve_s8_get_buffer_size()
Darm_convolve_s8.c103 const int32_t remainder = rhs_cols % 4; in arm_convolve_s8() local
104 const int32_t aligned_rhs_cols = remainder != 0 ? rhs_cols + 4 - remainder : rhs_cols; in arm_convolve_s8()
/cmsis-nn-latest/Source/SoftmaxFunctions/
Darm_softmax_s8.c45 const int32x4_t remainder = vsubq_s32(val_mod_minus_quarter, val); in arm_exp_on_negative_values_mve_32x4() local
54 …mve_pred16_t p = vcmpneq_n_s32(remainder & vdupq_n_s32(1 << shift++), 0); … in arm_exp_on_negative_values_mve_32x4()
/cmsis-nn-latest/Include/
Darm_nnsupportfunctions.h1361 int32_t remainder = remainder_mask & dividend; in arm_nn_divide_by_power_of_two() local
1372 if (remainder > threshold) in arm_nn_divide_by_power_of_two()
1652 const int32_t remainder = val_mod_minus_quarter - val; in arm_nn_exp_on_negative_values() local
1661 …mask = MASK_IF_NON_ZERO(remainder & (1 << shift++)); … in arm_nn_exp_on_negative_values()