/external/opencv/otherlibs/highgui/ |
grfmt_jpeg.cpp | 665 int x0 = src[5], x1 = src[3]; local 668 int x4 = x0 + x1; x0 -= x1; 670 x1 = x2 + x3; x2 -= x3; 671 x3 = x1 + x4; x1 -= x4; 676 x1 = descale( x1*C1_414, fixb); 679 x1 -= x0; 680 x2 += x1; 717 int x0 = work[8*5], x1 = work[8*3]; local 1112 int i, s = 0, mcu, x1 = 0, y1 = 0; local 1522 int x0 = src[0], x1 = src[7]; local 1569 int x0 = work[8*0], x1 = work[8*7]; local [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 40 x1 RN 5 label 63 M_LDR x1, [pSrc], srcStep 66 M_STR x1, [pDst], dstStep 73 LDR x1, [pSrc, #4] 78 ORR x0, x0, x1, LSL #24 82 LDR x1, [pSrc, #4] 88 ORR x0, x0, x1, LSL #24 96 LDR x1, [pSrc, #4] 101 ORR x0, x0, x1, LSL #16 107 LDR x1, [pSrc, #4 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Copy_unsafe_s.s | 40 x1 RN 5 label 63 M_LDR x1, [pSrc], srcStep 66 M_STR x1, [pDst], dstStep 73 LDR x1, [pSrc, #4] 78 ORR x0, x0, x1, LSL #24 82 LDR x1, [pSrc, #4] 88 ORR x0, x0, x1, LSL #24 96 LDR x1, [pSrc, #4] 101 ORR x0, x0, x1, LSL #16 107 LDR x1, [pSrc, #4 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 223 { OP_ABS, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 }, 224 { OP_NEG, 0x0, 0x1, 0x0, 0x0, 0x1, 0x0 }, 225 { OP_CVT, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 226 { OP_CEIL, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 227 { OP_FLOOR, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 } [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 223 { OP_ABS, 0x0, 0x0, 0x0, 0x0, 0x1, 0x0 }, 224 { OP_NEG, 0x0, 0x1, 0x0, 0x0, 0x1, 0x0 }, 225 { OP_CVT, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 226 { OP_CEIL, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 }, 227 { OP_FLOOR, 0x1, 0x1, 0x0, 0x8, 0x1, 0x0 } [all...] |
/external/pixman/pixman/ |
pixman-region.c | 85 #define GOOD_RECT(rect) ((rect)->x1 < (rect)->x2 && (rect)->y1 < (rect)->y2) 86 #define BAD_RECT(rect) ((rect)->x1 > (rect)->x2 || (rect)->y1 > (rect)->y2) 129 * y coordinate first (y1), and then by left side x coordinate (x1). 134 * and right side (x1 and x2). Bands are implicit in the array of rectangles: 172 (!( ((r1)->x2 <= (r2)->x1) || \ 173 ((r1)->x1 >= (r2)->x2) || \ 180 ((r)->x1 <= x) && \ 186 ( ((r1)->x1 <= (r2)->x1) && \ 244 next_rect->x1 = nx1; 1116 int x1; local 1269 int x1; \/* left and right side of current union *\/ local 1471 int x1; local 1840 int x1; local 2227 overflow_int_t x1, x2, y1, y2; local [all...] |
/external/ceres-solver/include/ceres/ |
problem.h | 80 // function of some subset of the parameters x1...xk. For 110 // double x1[] = { 1.0, 2.0, 3.0 }; 116 // problem.AddResidualBlock(new MyUnaryCostFunction(...), x1); 200 // double x1[] = {1.0, 2.0, 3.0}; 206 // problem.AddResidualBlock(new MyUnaryCostFunction(...), NULL, x1); 207 // problem.AddResidualBlock(new MyBinaryCostFunction(...), NULL, x2, x1); 221 double* x0, double* x1); 224 double* x0, double* x1, double* x2); 227 double* x0, double* x1, double* x2, 231 double* x0, double* x1, double* x2 [all...] |
/external/ceres-solver/internal/ceres/ |
problem_impl.h | 81 double* x0, double* x1); 84 double* x0, double* x1, double* x2); 87 double* x0, double* x1, double* x2, 91 double* x0, double* x1, double* x2, 95 double* x0, double* x1, double* x2, 99 double* x0, double* x1, double* x2, 104 double* x0, double* x1, double* x2, 109 double* x0, double* x1, double* x2, 114 double* x0, double* x1, double* x2,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 247 public void drawLine(int x1, int y1, int x2, int y2) { 250 x1 = mHScale.translate(x1); 254 getGc().drawLine(x1, y1, x2, y2); 265 public void drawRect(int x1, int y1, int x2, int y2) { 268 int x = mHScale.translate(x1); 270 int w = mHScale.scale(x2 - x1); 292 public void fillRect(int x1, int y1, int x2, int y2) { 295 int x = mHScale.translate(x1); 297 int w = mHScale.scale(x2 - x1); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.cpp | 85 { OP_ADD, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 }, 86 { OP_SUB, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 }, 87 { OP_MUL, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 }, 88 { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 }, 89 { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 } [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target_nv50.cpp | 85 { OP_ADD, 0x3, 0x0, 0x0, 0x8, 0x2, 0x1, 0x1, 0x2 }, 86 { OP_SUB, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 }, 87 { OP_MUL, 0x3, 0x0, 0x0, 0x0, 0x2, 0x1, 0x1, 0x2 }, 88 { OP_MAX, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 }, 89 { OP_MIN, 0x3, 0x3, 0x0, 0x0, 0x2, 0x1, 0x1, 0x0 } [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrtl.c | 62 u.e *= 0x1.0p514; 112 volatile double vd2 = 0x1.0p32; 113 volatile double vd1 = 0x1.0p-31; 116 t = dt + vd - 0x1.0p32; 126 t = dt + 0x2.0p-46 + 0x1.0p60L - 0x1.0p60;
|
/cts/tests/src/android/renderscript/cts/ |
intrinsic_convolve5x5.rs | 28 uint32_t x1 = max((int32_t)x-1, 0); 40 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y0)) * gCoeffs[1] 46 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y1)) * gCoeffs[6] 52 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y2)) * gCoeffs[11] 58 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y3)) * gCoeffs[16] 64 + convert_float4(rsGetElementAt_uchar4(gIn, x1, y4)) * gCoeffs[21] 75 uint32_t x1 = max((int32_t)x-1, 0); 87 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y0)) * gCoeffs[1] 93 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y1)) * gCoeffs[6] 99 + convert_float3(rsGetElementAt_uchar3(gIn, x1, y2)) * gCoeffs[11 [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkEdge.cpp | 36 SkFDot6 x0, y0, x1, y1; local 43 x1 = int(p1.fX * scale); 49 x1 = p1.fX >> shift; 57 SkTSwap(x0, x1); 74 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) 113 x1 >>= 10; 115 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 179 SkFDot6 x0, y0, x1, y1, x2, y2; local 186 x1 = int(pts[1].fX * scale) 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/chromium_org/v8/test/mjsunit/compiler/ |
literals.js | 39 assertThrows('"\\x1/"'); 41 assertEquals("\\x1/", RegExp("\\x1/").source); 45 assertThrows('"\\x1:"'); 47 assertEquals("\\x1:", /\x1:/.source); 51 assertThrows('"\\x1`"'); 53 assertEquals("\\x1`", /\x1`/.source); 63 assertThrows('"\\x1@"') [all...] |
/external/clang/include/clang/Sema/ |
IdentifierResolver.h | 77 /// 1) A single NamedDecl. (Ptr & 0x1 == 0) 79 /// same declaration context. (Ptr & 0x3 == 0x1) 85 /// A single NamedDecl. (Ptr & 0x1 == 0) 88 assert((Ptr & 0x1) == 0 && "Invalid Ptr!"); 93 Ptr = reinterpret_cast<uintptr_t>(I) | 0x1; 96 bool isIterator() const { return (Ptr & 0x1); } 195 return (reinterpret_cast<uintptr_t>(Ptr) & 0x1) == 0; 200 assert((reinterpret_cast<uintptr_t>(Ptr) & 0x1) == 1 203 reinterpret_cast<uintptr_t>(Ptr) & ~0x1
|
/external/libgsm/src/ |
gsm_encode.c | 362 | ((bc[0] >> 1) & 0x1); 363 *c++ = ((bc[0] & 0x1) << 7) 366 *c++ = ((xmaxc[0] & 0x1) << 7) 369 | ((xmc[2] >> 2) & 0x1); 376 *c++ = ((xmc[7] & 0x1) << 7) 379 | ((xmc[10] >> 2) & 0x1); 384 | ((bc[1] >> 1) & 0x1); 385 *c++ = ((bc[1] & 0x1) << 7) 388 *c++ = ((xmaxc[1] & 0x1) << 7) 391 | ((xmc[15] >> 2) & 0x1); [all...] |
gsm_implode.c | 390 | ((bc[0] >> 1) & 0x1); 391 *c++ = ((bc[0] & 0x1) << 7) 397 *c++ = ((xmaxc[0] & 0x1) << 7) 404 | ((xmc[2] >> 2) & 0x1); 411 *c++ = ((xmc[7] & 0x1) << 7) 414 | ((xmc[10] >> 2) & 0x1); 423 | ((bc[1] >> 1) & 0x1); 424 *c++ = ((bc[1] & 0x1) << 7) 431 *c++ = ((xmaxc[1] & 0x1) << 7) 438 | ((xmc[15] >> 2) & 0x1); [all...] |
/external/llvm/lib/Target/X86/ |
X86Subtarget.cpp | 205 X86_MC::GetCpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX); 211 if (ECX & 0x1) { X86SSELevel = SSE3; ToggleFeature(X86::FeatureSSE3); } 222 if ((ECX >> 1) & 0x1) { 226 if ((ECX >> 12) & 0x1) { 230 if (IsIntel && ((ECX >> 22) & 0x1)) { 234 if ((ECX >> 23) & 0x1) { 238 if ((ECX >> 25) & 0x1) { 242 if ((ECX >> 29) & 0x1) { 246 if (IsIntel && ((ECX >> 30) & 0x1)) { 251 if ((ECX >> 13) & 0x1) { [all...] |
/external/skia/src/core/ |
SkEdge.cpp | 36 SkFDot6 x0, y0, x1, y1; local 43 x1 = int(p1.fX * scale); 49 x1 = p1.fX >> shift; 57 SkTSwap(x0, x1); 74 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 92 int SkEdge::updateLine(SkFixed x0, SkFixed y0, SkFixed x1, SkFixed y1) 113 x1 >>= 10; 115 SkFixed slope = SkFDot6Div(x1 - x0, y1 - y0); 179 SkFDot6 x0, y0, x1, y1, x2, y2; local 186 x1 = int(pts[1].fX * scale) 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local [all...] |
/external/valgrind/main/memcheck/tests/ |
mempool.c | 115 char *x1, *x2, *x3, *x4, *x5; local 121 x1 = allocate(p, 10); 127 *x1 = 'a'; // valid 130 x1[-1] = 'h'; // invalid 131 x1[10] = 'i'; // invalid 138 *x1 = 'e'; // valid
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
hp_wsp.c | 87 Word16 x0, x1, x2, x3; local 98 x1 = mem[7]; 104 x2 = x1; 105 x1 = x0; 119 L_tmp += (x1 * b[1])<<1; 142 mem[7] = x1;
|
p_med_ol.c | 174 Word16 x1, x2, x3, x4, x5; local 177 x1 = x[-2]; 183 if (x2 < x1) 185 tmp = x1; 186 x1 = x2; 189 if (x3 < x1) 191 tmp = x1; 192 x1 = x3; 195 if (x4 < x1) 197 tmp = x1; [all...] |
/external/pixman/demos/ |
quad2quad.c | 11 double x1, double y1, 148 t29 = x1 * x1; 758 t496 = x1 * y1 * (t495 + t491 + t487 + t486); 953 t644 = (x0 * (px0 * (y1 * (x1 * (t528 + t522 + t612 + t518) 955 + t29 * t515 + x1 * t638 + t1 * (t615 + t444 + t443 + t442)) 956 + py0 * (y1 * (x1 * (t533 + t531 + t331 + t530) 958 + x1 * t234 + t29 * t379 + t1 * (t625 + t439 + t438 + t437)) 959 + y1 * (x1 * (px1 * (t622 + t621 + t619) + py1 * (t632 + t299 + t630) 962 + x1 * (t639 + t235 + x2 * y2 * (t284 + t635) + t142 * t634 [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicYuvToRGB.cpp | 136 uint32_t x1 = xstart; local 165 if((x2 > x1) && gArchUseSIMD) { 167 int32_t len = (x2 - x1 - 8) >> 3; 171 x1 += len << 3; 180 x1 += len << 3; 184 x1 += len << 3; 193 if(x2 > x1) { 194 // ALOGE("y %i %i %i", p->y, x1, x2); 195 while(x1 < x2) { 196 int cx = (x1 >> 1) * cstep [all...] |