Searched refs:fl_bax (Results 1 – 4 of 4) sorted by relevance
7 int fl_bax(int b, int a, int x) { return ((x * a) + (x * b)) == ((b + a) * x); } in fl_bax() function
7 int fl_bax(int b, int a, int x) { return ((x & a) ^ (x & b)) == ((b ^ a) & x); } in fl_bax() function
7 int fl_bax(int b, int a, int x) { return ((x & a) | (x & b)) == ((b | a) & x); } in fl_bax() function
7 int fl_bax(int b, int a, int x) { return ((x | a) & (x | b)) == ((b & a) | x); } in fl_bax() function