Home
last modified time | relevance | path

Searched refs:fm_axb (Results 1 - 4 of 4) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dfact-add-mul.c13 int fm_axb(int a, int x, int b) { return ((a * x) + (x * b)) == ((a + b) * x); } in fm_axb() function
H A Dfact-and-ior.c13 int fm_axb(int a, int x, int b) { return ((a | x) & (x | b)) == ((a & b) | x); } in fm_axb() function
H A Dfact-xor-and.c13 int fm_axb(int a, int x, int b) { return ((a & x) ^ (x & b)) == ((a ^ b) & x); } in fm_axb() function
H A Dfact-ior-and.c13 int fm_axb(int a, int x, int b) { return ((a & x) | (x & b)) == ((a | b) & x); } in fm_axb() function

Completed in 1 milliseconds