reprospect.test.sass.instruction.immediate module
- class reprospect.test.sass.instruction.immediate.ImmediateView on GitHub
Bases:
objectImmediate patterns.
..note:
Limits may print in dumped SASS followed by a space as in:: FSETP.GEU.AND P1, PT, |R151|, +INF , PT
- FLOATING_OR_LIMIT: Final[str] = '(?:[+-]?INF\\s?|(?:[+-]?QNAN\\s?|0x7fffffff)|(?:-?\\d+)(?:\\.\\d*)?(?:[eE][-+]?\\d+)?)'
- QNAN: Final[str] = '(?:[+-]?QNAN\\s?|0x7fffffff)'
Quiet NaN. Note that in SASS,
CUDART_NAN_Ffrommath_constants.his represented as0x7fffffff.
- classmethod floating() strView on GitHub
FLOATINGwith operands group.
- classmethod floating_or_limit() strView on GitHub
FLOATING_OR_LIMITwith operands group.