Home | History | Annotate | Download | only in util

Lines Matching refs:norm

55     def __init__(self, type, norm, pure, size, name = ''):
57 self.norm = norm
65 if self.norm:
73 return self.type == other.type and self.norm == other.norm and self.pure == other.pure and self.size == other.size
81 if self.norm:
97 if self.norm:
121 '''Make up a short norm for a format, suitable to be used as suffix in
162 if channel.norm != ref_channel.norm:
282 norm = True
287 norm = False
290 norm = False
295 norm = False
298 channel = Channel(type, norm, pure, size, names[i])