Searched defs:hp2 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/OpenMP/
H A Ddeclare_simd_messages.cpp42 void h(C *hp, C *hp2, C *hq, C *lin) { argument
48 void h(int *hp, int *hp2, int *hq, int *lin) { argument
49 h((float *)hp, (float *)hp2, (float *)hq, (float *)lin);
H A Ddeclare_simd_ast_print.cpp20 #pragma omp declare simd aligned(hp, hp2)
21 template <class C> void h(C *hp, C *hp2, C *hq, C *lin) { argument
24 // CHECK: #pragma omp declare simd aligned(hp) aligned(hp2)
25 // CHECK-NEXT: template <class C = int> void h(int *hp, int *hp2, int *hq, int *lin) {
26 // CHECK-NEXT: h((float *)hp, (float *)hp2, (float *)hq, (float *)lin);
29 // CHECK: #pragma omp declare simd aligned(hp) aligned(hp2)
30 // CHECK-NEXT: template <class C = float> void h(float *hp, float *hp2, float *hq, float *lin) {
33 // CHECK: #pragma omp declare simd aligned(hp) aligned(hp2)
34 // CHECK: template <class C> void h(C *hp, C *hp2, C *hq, C *lin) {
40 #pragma omp declare simd aligned(hp, hp2)
42 h(int *hp, int *hp2, int *hq, int *lin) argument
[all...]
H A Ddeclare_simd_codegen.cpp14 #pragma omp declare simd aligned(hp, hp2)
16 void h(C *hp, C *hp2, C *hq, C *lin) { argument
21 #pragma omp declare simd aligned(hp, hp2)
23 void h(int *hp, int *hp2, int *hq, int *lin) { argument
27 h((float *)hp, (float *)hp2, (float *)hq, (float *)lin);
/external/jcommander/src/test/java/com/beust/jcommander/args/
H A DArgsList.java24 @Parameter(names = "-hp2", converter = HostPortConverter.class)
25 public List<HostPort> hp2; field in class:ArgsList
/external/opencv/cv/src/
H A Dcvcontourtree.cpp77 double s, sp1, sp2, sn1, sn2, s_c, sp1_c, sp2_c, sn1_c, sn2_c, h, hp1, hp2, hn1, hn2, local
209 icvCalcTriAttr( contour, tp2, tp3, nmp3, tp1, nmp1, &sp2, &sp2_c, &hp2,
363 hp2 = hp1;

Completed in 494 milliseconds