Home
last modified time | relevance | path

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

/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-executor.h981 #define _JITTER_BRANCH_IF(outer_operator, type, operand0, \ macro
995 _JITTER_BRANCH_IF(, jitter_uint, operand, ==, 0, target)
997 _JITTER_BRANCH_IF(, jitter_uint, operand, !=, 0, target)
999 _JITTER_BRANCH_IF(, jitter_int, operand, >, 0, target)
1001 _JITTER_BRANCH_IF(, jitter_int, operand, <=, 0, target)
1003 _JITTER_BRANCH_IF(, jitter_int, operand, <, 0, target)
1005 _JITTER_BRANCH_IF(, jitter_int, operand, >=, 0, target)
1007 _JITTER_BRANCH_IF(, jitter_int, operand0, ==, operand1, target)
1009 _JITTER_BRANCH_IF(, jitter_int, operand0, !=, operand1, target)
1011 _JITTER_BRANCH_IF(, jitter_int, operand0, <, operand1, target)
[all …]
/dports/editors/poke/poke-1.0/jitter/
H A DChangeLog5608 * jitter/jitter-executor.h (_JITTER_BRANCH_IF): Add first parameter named
/dports/editors/poke/poke-1.0/
H A DChangeLog5608 * jitter/jitter-executor.h (_JITTER_BRANCH_IF): Add first parameter named