Searched refs:min_value_vector (Results 1 – 1 of 1) sorted by relevance
2520 int32x4_t min_value_vector = vdupq_n_s32(-32768); in NeonVectorBatchVectorCwiseProductAccumulate() local2549 prod.val[0] = vmaxq_s32(prod.val[0], min_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()2550 prod.val[1] = vmaxq_s32(prod.val[1], min_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()2551 prod.val[2] = vmaxq_s32(prod.val[2], min_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()2552 prod.val[3] = vmaxq_s32(prod.val[3], min_value_vector); in NeonVectorBatchVectorCwiseProductAccumulate()