Searched refs:max_i (Results 1 – 5 of 5) sorted by relevance
37 uint32x4_t max_i = vdupq_n_u32(0); in ComplexMulAndFindMaxNeon() local87 max_i = vmaxq_u32(max_i, vreinterpretq_u32_s32(tmp2)); in ComplexMulAndFindMaxNeon()89 max_i = vmaxq_u32(max_i, vreinterpretq_u32_s32(tmp3)); in ComplexMulAndFindMaxNeon()92 max_r = vmaxq_u32(max_r, max_i); in ComplexMulAndFindMaxNeon()264 uint32x4_t max_i = vdupq_n_u32(0); in TransformAndFindMaxNeon() local313 max_i = vmaxq_u32(max_i, vreinterpretq_u32_s32(tmp2)); in TransformAndFindMaxNeon()315 max_i = vmaxq_u32(max_i, vreinterpretq_u32_s32(tmp3)); in TransformAndFindMaxNeon()333 max_r = vmaxq_u32(max_r, max_i); in TransformAndFindMaxNeon()
73 int64_t max_i = 1000 / grpc_test_slowdown_factor(); in worker_thread() local75 for (i = 0; i < max_i; i++) { in worker_thread()
144 size_t max_i = 1 << 30; in TEST() local145 for (i = 0; i < max_i; i++) { in TEST()151 EXPECT_LT(i, max_i); in TEST()
214 const int max_i = num_vals - 4; in CalculateGNeon() local223 for (; i <= max_i; i += 4) { in CalculateGNeon()
221 max_i = max (len (ligas[l]) for l in ligas)228 print (" } ligatures[%d];" % max_i)