Searched refs:ecb_expect_false (Results 1 – 1 of 1) sorted by relevance
909 #define ecb_expect_false(expr) ecb_expect (!!(expr), 0) macro913 #define ecb_unlikely(expr) ecb_expect_false (expr)1205 if (ecb_expect_false (e == 31)) in ecb_binary16_to_binary32()1208 else if (ecb_expect_false (!e)) in ecb_binary16_to_binary32()1246 if (ecb_expect_false (m >= 0x00800000)) in ecb_binary32_to_binary16()1530 #define expect_false(cond) ecb_expect_false (cond)