Lines Matching refs:lastmode
4144 lastmode = ''
4150 if lastmode and lastmode != mode and num > 0:
4153 list[lastmode]['med'][i] = s[int(len(s)//2)]
4154 iMed[i] = tMed[i][list[lastmode]['med'][i]]
4155 list[lastmode]['avg'] = [tAvg[0] / num, tAvg[1] / num]
4156 list[lastmode]['min'] = tMin
4157 list[lastmode]['max'] = tMax
4158 list[lastmode]['idx'] = (iMin, iMed, iMax)
4191 lastmode = mode
4192 if lastmode and num > 0:
4195 list[lastmode]['med'][i] = s[int(len(s)//2)]
4196 iMed[i] = tMed[i][list[lastmode]['med'][i]]
4197 list[lastmode]['avg'] = [tAvg[0] / num, tAvg[1] / num]
4198 list[lastmode]['min'] = tMin
4199 list[lastmode]['max'] = tMax
4200 list[lastmode]['idx'] = (iMin, iMed, iMax)