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

/external/clang/test/OpenMP/
H A Ddeclare_simd_ast_print.cpp67 // CHECK-NEXT: int tadd(int (&b)[], int &c) {
72 int tadd(int (&b)[], int &c) { return x[b[0]] + b[0]; } function in class:VV
80 // CHECK-NEXT: int tadd(int a, int b);
87 // CHECK-NEXT: int tadd(int b) {
96 int tadd(int a, int b) { return a + b; } function in class:TVV
99 // CHECK-NEXT: int tadd(int a, int b) {
113 int tadd(int b) { return x[b] + b; } function in class:TVV
117 // CHECK-NEXT: int tadd(int b) {
141 int res = t16.tadd(b);
H A Ddeclare_simd_codegen.cpp40 int tadd(int (&b)[], int &c) { return x[b[0]] + b[0]; } function in class:VV
50 int tadd(int a, int b) { return a + b; } function in class:TVV
57 int tadd(int b) { return x[b] + b; } function in class:TVV
73 int res = t16.tadd(b);
77 vv.tadd(g, res);
/external/icu/icu4c/source/tools/tzcode/
H A Dzic.c175 static zic_t tadd(zic_t t1, zic_t t2);
1363 leapadd(tadd(t, tod), positive, lp->l_value, count);
1663 ats[i] = tadd(ats[i], corr[j]);
1922 todo = tadd(trans[i], -gmtoffs[j]);
2500 untiltime = tadd(untiltime,
2503 untiltime = tadd(untiltime,
2524 jtime = tadd(jtime, -offset);
2629 starttime = tadd(starttime, -stdoff);
2631 starttime = tadd(starttime, -gmtoff);
2823 trans[i] = tadd(tran
2962 tadd(const zic_t t1, const zic_t t2) function
[all...]
/external/libxml2/
H A Dxmlcatalog.c295 printf("\tadd 'type' 'orig' 'replace' : add an entry\n");

Completed in 2092 milliseconds