Home
last modified time | relevance | path

Searched refs:vec_step (Results 1 – 5 of 5) sorted by relevance

/external/clang/test/SemaOpenCL/
Dvec_step.cl16 int res1[vec_step(arg1) == 4 ? 1 : -1];
17 int res2[vec_step(arg2) == 8 ? 1 : -1];
18 int res3[vec_step(auto1) == 4 ? 1 : -1];
19 int res4[vec_step(*auto2) == 16 ? 1 : -1];
20 int res5[vec_step(auto3) == 1 ? 1 : -1];
21 int res6[vec_step(auto4) == 2 ? 1 : -1];
22 int res7[vec_step(int2) == 2 ? 1 : -1];
23 int res8[vec_step(int3) == 4 ? 1 : -1];
24 int res9[vec_step(int4) == 4 ? 1 : -1];
25 int res10[vec_step(int8) == 8 ? 1 : -1];
[all …]
/external/clang/test/SemaCXX/
Daltivec.cpp20 int res1[vec_step(arg1) == 8 ? 1 : -1]; in test_vec_step()
21 int res2[vec_step(vbc) == 16 ? 1 : -1]; in test_vec_step()
22 int res3[vec_step(vsc) == 16 ? 1 : -1]; in test_vec_step()
23 int res4[vec_step(vuc) == 16 ? 1 : -1]; in test_vec_step()
24 int res5[vec_step(vbs) == 8 ? 1 : -1]; in test_vec_step()
25 int res6[vec_step(vs) == 8 ? 1 : -1]; in test_vec_step()
26 int res7[vec_step(vus) == 8 ? 1 : -1]; in test_vec_step()
27 int res8[vec_step(vp) == 8 ? 1 : -1]; in test_vec_step()
28 int res9[vec_step(vbi) == 4 ? 1 : -1]; in test_vec_step()
29 int res10[vec_step(vi) == 4 ? 1 : -1]; in test_vec_step()
[all …]
/external/opencv/cxcore/src/
Dcxmatmul.cpp2472 int cont_flag, vec_delta = 0, vec_step = 0; in cvCalcCovarMatrix() local
2517 vec_step = vecmat->step; in cvCalcCovarMatrix()
2526 vec_step = CV_STUB_STEP; in cvCalcCovarMatrix()
2643 step_i = step_j = vec_step; in cvCalcCovarMatrix()
2686 vstep = vec_step; in cvCalcCovarMatrix()
/external/clang/include/clang/Basic/
DTokenKinds.def402 KEYWORD(vec_step , KEYOPENCL|KEYALTIVEC)
DDiagnosticSemaKinds.td2769 "invalid application of '%select{sizeof|__alignof|vec_step}0' to an "
2772 "invalid application of '%select{sizeof|__alignof|vec_step}0' to a void "
2775 "invalid application of '%select{sizeof|__alignof|vec_step}0' to an "
2780 "'vec_step' requires built-in scalar or vector type, %0 invalid">;