Searched refs:add_yx_y (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ | ||
H A D | fact-select01.c | 1 int add_yx_y(int p, int x, int y) { return (p ? (y+x) : y) == ((p ? x : 0) + y); } in add_yx_y() function |
Completed in 5 milliseconds