OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selfunc
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
i64operations.h
32
int64_t (*
selfunc
) (int64_t, int64_t, int64_t, int64_t);
member in struct:int64_pred_s
40
uint64_t (*
selfunc
) (uint64_t, uint64_t, uint64_t, uint64_t);
member in struct:uint64_pred_s
i32operations.c
29
int (*
selfunc
)(int32_t, int32_t, int32_t, int32_t);
member in struct:pred_s
60
printf("a %s a ? c : d = %d\n", preds[i].name, (*preds[i].
selfunc
)(a, a, c, d));
61
printf("a %s a ? c : d == c (%s)\n", preds[i].name, boolstring((*preds[i].
selfunc
)(a, a, c, d) == c));
62
printf("a %s b ? c : d = %d\n", preds[i].name, (*preds[i].
selfunc
)(a, b, c, d));
63
printf("a %s b ? c : d == d (%s)\n", preds[i].name, boolstring((*preds[i].
selfunc
)(a, b, c, d) == d));
i64operations.c
280
selresult = (pred->
selfunc
) (*pred->tests[j].lhs, *pred->tests[j].rhs,
331
selresult = (pred->
selfunc
) (*pred->tests[j].lhs, *pred->tests[j].rhs,
Completed in 40 milliseconds