Home
last modified time | relevance | path

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

/dports/devel/ppl/ppl-1.2/tests/
H A Dppl_test.hh228 #define PPL_CPP_LT(x, y) PPL_CPP_IS_NEG(PPL_CPP_SUB(x, y)) macro
229 #define PPL_CPP_GT(x, y) PPL_CPP_LT(y, x)
230 #define PPL_CPP_LE(x, y) PPL_CPP_NOT(PPL_CPP_LT(y, x))
231 #define PPL_CPP_GE(x, y) PPL_CPP_NOT(PPL_CPP_LT(x, y))
251 #define COND_F64 PPL_CPP_LT(PPL_CPP_LOGBITS, 0)
253 PPL_CPP_LT(PPL_CPP_LOGBITS, 0))
255 PPL_CPP_LT(PPL_CPP_LOGBITS, 0))
257 PPL_CPP_LT(PPL_CPP_LOGBITS, 0))