Lines Matching defs:xlt
2118 xlt = '{0}lt'.format(t[0])
2133 ((xlt, (x2xM, aN), (x2xM, bP)), (xlt, a, (x2xN, b)), cond),
2135 ((xlt, (x2xM, bP), (x2xM, aN)), (xlt, (x2xN, b), a), cond),
2158 ((xlt, (x2xM, aN), '#b'),
2159 ('iand', (xlt, xN_min, b),
2160 ('ior', (xlt, xN_max, b), (xlt, a, (x2xN, b)))), cond),
2161 ((xlt, '#a', (x2xM, bN)),
2162 ('iand', (xlt, a, xN_max),
2163 ('ior', (xlt, a, xN_min), (xlt, (x2xN, a), b))), cond),