HomeSort by relevance Sort by last modified time
    Searched full:predfunc (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/CodeGen/CellSPU/useful-harnesses/
i64operations.h 31 int (*predfunc) (int64_t, int64_t); member in struct:int64_pred_s
39 int (*predfunc) (uint64_t, uint64_t); member in struct:uint64_pred_s
i32operations.c 28 int (*predfunc)(int32_t, int32_t); member in struct:pred_s
53 printf("a %s a = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, a)));
54 printf("a %s a = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, a)));
55 printf("a %s b = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, b)));
56 printf("a %s c = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(a, c)));
57 printf("d %s e = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(d, e)));
58 printf("e %s e = %s\n", preds[i].name, boolstring((*preds[i].predfunc)(e, e)));
i64operations.c 264 pred_result = (*pred->predfunc) (*pred->tests[j].lhs, *pred->tests[j].rhs);
316 pred_result = (*pred->predfunc) (*pred->tests[j].lhs, *pred->tests[j].rhs);

Completed in 133 milliseconds