Home
last modified time | relevance | path

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

/libev/
H A Dev.c910 #define ecb_expect_true(expr) ecb_expect (!!(expr), 1) macro
912 #define ecb_likely(expr) ecb_expect_true (expr)
1210 if (ecb_expect_true (!m)) in ecb_binary16_to_binary32()
1240 if (ecb_expect_true (0x38800000 <= x && x <= 0x477fefff)) in ecb_binary32_to_binary16()
1256 if (ecb_expect_true (0x477fefff < x && x <= 0x7f800000)) in ecb_binary32_to_binary16()
1260 if (ecb_expect_true (x < 0x38800000)) in ecb_binary32_to_binary16()
1263 if (ecb_expect_true (!x)) in ecb_binary32_to_binary16()
1524 #define expect_true(cond) ecb_expect_true (cond)