Searched refs:_constant_re (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_algebraic.py218 _constant_re = re.compile(r"(?P<value>[^@\(]+)(?:@(?P<bits>\d+))?") variable
225 m = _constant_re.match(val)
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_algebraic.py224 _constant_re = re.compile(r"(?P<value>[^@\(]+)(?:@(?P<bits>\d+))?") variable
231 m = _constant_re.match(val)

Completed in 4 milliseconds