Home
last modified time | relevance | path

Searched refs:_FLOAT_INFINITY (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/
Dtext_format.py65 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE) variable
1424 if _FLOAT_INFINITY.match(text):