HomeSort by relevance Sort by last modified time
    Searched refs:cdx (Results 1 - 8 of 8) sorted by null

  /external/clang/test/OpenMP/
atomic_capture_codegen.cpp 25 _Complex double cdv, cdx; variable
343 {cdx = cdx - cdv; cfv = cdx;}
    [all...]
atomic_update_codegen.cpp 25 _Complex double cdv, cdx; variable
310 cdx = cdx - cdv;
    [all...]
atomic_read_codegen.c 25 _Complex double cdv, cdx; variable
157 cdv = cdx;
atomic_write_codegen.c 25 _Complex double cdv, cdx; variable
174 cdx = cdv;
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local
482 cdx = sa[c].X() - dx;
486 ncd = cdx*cdx+cdy*cdy;
487 return( (0.0 < (nad * (bdx * cdy - bdy * cdx)
488 + nbd * (cdx * ady - cdy * adx)
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 475 double adx, ady, bdx, bdy, cdx, cdy, dx, dy, nad, nbd, ncd; local
482 cdx = sa[c].X() - dx;
486 ncd = cdx*cdx+cdy*cdy;
487 return( (0.0 < (nad * (bdx * cdy - bdy * cdx)
488 + nbd * (cdx * ady - cdy * adx)
  /external/opencv3/modules/imgproc/src/opencl/
canny.cl 308 short cdx = dx[0], cdy = dy[0];
316 cdx = dx[j];
320 dx[0] = cdx;
  /toolchain/binutils/binutils-2.25/bfd/
elf32-msp430.c 1503 int cdx; \/* Words to match. *\/ member in struct:rcodes_s
    [all...]

Completed in 1207 milliseconds