Lines Matching refs:lastmode
4318 lastmode = ''
4324 if lastmode and lastmode != mode and num > 0:
4327 list[lastmode]['med'][i] = s[int(len(s)//2)]
4328 iMed[i] = tMed[i][list[lastmode]['med'][i]]
4329 list[lastmode]['avg'] = [tAvg[0] / num, tAvg[1] / num]
4330 list[lastmode]['min'] = tMin
4331 list[lastmode]['max'] = tMax
4332 list[lastmode]['idx'] = (iMin, iMed, iMax)
4366 lastmode = mode
4367 if lastmode and num > 0:
4370 list[lastmode]['med'][i] = s[int(len(s)//2)]
4371 iMed[i] = tMed[i][list[lastmode]['med'][i]]
4372 list[lastmode]['avg'] = [tAvg[0] / num, tAvg[1] / num]
4373 list[lastmode]['min'] = tMin
4374 list[lastmode]['max'] = tMax
4375 list[lastmode]['idx'] = (iMin, iMed, iMax)