/external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
CstString.java | 85 int v0 = bytes.getUnsignedByte(at); local 87 switch (v0 >> 4) { 92 if (v0 == 0) { 94 return throwBadUtf8(v0, at); 96 out = (char) v0; 104 return throwBadUtf8(v0, at); 110 int value = ((v0 & 0x1f) << 6) | (v1 & 0x3f); 126 return throwBadUtf8(v0, at); 136 int value = ((v0 & 0x0f) << 12) | ((v1 & 0x3f) << 6) | 151 return throwBadUtf8(v0, at) [all...] |
/external/eigen/test/eigen2/ |
eigen2_geometry.cpp | 40 Vector3 v0 = Vector3::Random(), local 51 m << v0.normalized(), 52 (v0.cross(v1)).normalized(), 53 (v0.cross(v1).cross(v0)).normalized(); 65 VERIFY_IS_MUCH_SMALLER_THAN(v0.unitOrthogonal().eigen2_dot(v0), Scalar(1)); 67 VERIFY_IS_APPROX(v0.unitOrthogonal().norm(), Scalar(1)); 70 VERIFY_IS_APPROX(v0, AngleAxisx(a, v0.normalized()) * v0) [all...] |
eigen2_geometry_with_eigen2_prefix.cpp | 42 Vector3 v0 = Vector3::Random(), local 53 m << v0.normalized(), 54 (v0.cross(v1)).normalized(), 55 (v0.cross(v1).cross(v0)).normalized(); 67 VERIFY_IS_MUCH_SMALLER_THAN(v0.unitOrthogonal().eigen2_dot(v0), Scalar(1)); 69 VERIFY_IS_APPROX(v0.unitOrthogonal().norm(), Scalar(1)); 72 VERIFY_IS_APPROX(v0, AngleAxisx(a, v0.normalized()) * v0) [all...] |
/external/eigen/test/ |
geo_hyperplane.cpp | 125 Vector v0 = Vector::Random(); local 126 Vector v1(v0), v2(v0); 134 Plane p0 = Plane::Through(v0, v1, v2); 137 VERIFY_IS_MUCH_SMALLER_THAN(p0.absDistance(v0), Scalar(1));
|
/external/libunwind/include/ |
dwarf_i.h | 158 uint8_t v0, v1; local 161 if ((ret = dwarf_readu8 (as, a, addr, &v0, arg)) < 0 166 *val = (uint16_t) v0 << 8 | v1; 168 *val = (uint16_t) v1 << 8 | v0; 176 uint16_t v0, v1; local 179 if ((ret = dwarf_readu16 (as, a, addr, &v0, arg)) < 0 184 *val = (uint32_t) v0 << 16 | v1; 186 *val = (uint32_t) v1 << 16 | v0; 194 uint32_t v0, v1; local 197 if ((ret = dwarf_readu32 (as, a, addr, &v0, arg)) < [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_avg_intrin_sse2.c | 387 __m128i v0 = _mm_loadu_si128((const __m128i *)ref); local 389 __m128i diff = _mm_subs_epi16(v0, v1); 397 v0 = _mm_loadu_si128((const __m128i *)ref); 399 diff = _mm_subs_epi16(v0, v1); 402 v0 = _mm_madd_epi16(diff, diff); 403 sse = _mm_add_epi32(sse, v0); 409 v0 = _mm_srli_si128(sum, 8); 410 sum = _mm_add_epi16(sum, v0); 411 v0 = _mm_srli_epi64(sum, 32); 412 sum = _mm_add_epi16(sum, v0); [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.h | 158 const Value *v0 = SymbolsBeforeStripping[nSym]; local 161 PointerType *PTy = dyn_cast<PointerType>(v0->getType()); 162 bool IsNonGenericPointer = false; // Is v0 a non-generic pointer? 173 } else if (const ConstantExpr *CExpr = dyn_cast<ConstantExpr>(v0)) {
|
/external/lzma/CPP/7zip/UI/Common/ |
PropIDUtils.cpp | 291 UInt32 v0 = Get32(p + 8);
local 292 if (v0 < ARRAY_SIZE(sidNames))
294 s += sidNames[v0];
297 if (v0 == 32 && num == 2)
307 if (v0 == 21 && num == 5)
317 if (v0 == 80 && num == 6)
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_stipple.c | 65 * between 'v0' and 'v1'. 72 const struct vertex_header *v0, 78 const float *val0 = v0->data[attr]; 123 struct vertex_header *v0 = header->v[0]; local 126 const float *pos0 = v0->data[pos];
|
draw_pipe_wide_point.c | 132 struct vertex_header *v0 = dup_vert(stage, header->v[0], 0); local 137 float *pos0 = v0->data[pos]; 173 set_texcoords( wide, v0, tex00 ); 180 tri.v[0] = v0; 185 tri.v[0] = v0;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_point.c | 48 const float (*v0)[4]; member in struct:point_info 85 float w0 = info->v0[0][3]; 89 info->a0[slot][i] = info->v0[slot][i]*w0; 111 float w0 = info->v0[0][3]; 118 float x0 = info->v0[0][0] - setup->pixel_offset; 119 float y0 = info->v0[0][1] - setup->pixel_offset; 134 float x0 = info->v0[0][0] - setup->pixel_offset; 135 float y0 = info->v0[0][1] - setup->pixel_offset; 192 constant_coef(setup, info, slot, info->v0[0][2], 2); 197 constant_coef(setup, info, slot, info->v0[0][3], 3) [all...] |
/external/mesa3d/src/mesa/drivers/dri/i915/ |
i830_vtbl.c | 51 #define EMIT_ATTR( ATTR, STYLE, V0 ) \ 56 v0 |= V0; \ 84 GLuint v0 = _3DSTATE_VFT0_CMD; local 172 v0 |= VFT0_TEX_COUNT(count); 178 if (v0 != i830->state.Ctx[I830_CTXREG_VF] || 197 i830->state.Ctx[I830_CTXREG_VF] = v0;
|
/external/opencv/cv/src/ |
cvgeometry.cpp | 211 CvPoint v0, v; local 217 v0 = v; 220 if( (v0.y <= ip.y && v.y <= ip.y) || 221 (v0.y > ip.y && v.y > ip.y) || 222 (v0.x < ip.x && v.x < ip.x) ) 224 if( ip.y == v.y && (ip.x == v.x || (ip.y == v0.y && 225 ((v0.x <= ip.x && ip.x <= v.x) || (v.x <= ip.x && ip.x <= v0.x)))) ) 230 dist = (ip.y - v0.y)*(v.x - v0.x) - (ip.x - v0.x)*(v.y - v0.y) 242 CvPoint2D32f v0, v; local [all...] |
cvutils.cpp | 345 int v0 = ivalue[0]; local 372 idst[j] = v0; 387 idst[j] = v0; 389 idst[j] = v0; 410 uchar v0 = value[0]; local 433 dst[j] = v0; 448 dst[j] = v0; 450 dst[j] = v0;
|
/external/skia/samplecode/ |
SampleColorFilter.cpp | 68 int v0 = inflate5To8(t0); local 71 int err0 = i - v0; 75 v0, err0, v1, err1, v2, err2);
|
/external/skia/src/gpu/text/ |
GrAtlasTextBlob_regenInBatch.cpp | 26 int u0, v0, u1, v1; local 34 v0 = glyph->fAtlasLocation.fY + SK_DistanceFieldInset; 36 v1 = v0 + height - 2 * SK_DistanceFieldInset; 39 v0 = glyph->fAtlasLocation.fY; 41 v1 = v0 + height; 49 v0 *= 65535; 50 v0 >>= log2Height; 55 SkASSERT(v0 >= 0 && v0 <= 65535); 64 // V0 [all...] |
/external/tremolo/Tremolo/ |
mdct.c | 341 REG_TYPE t0,t1,v0,v1,s0,s1; local 349 t0 += (v0 = (*V++)>>1); 355 v0 += (t0 = (*T++)>>1); 357 XPROD31( s0, s1, v0, v1, x+2, x+3 ); 367 REG_TYPE t0,t1,v0,v1,q0,q1,s0,s1; local 375 v0 = *V++; 377 t0 += (q0 = (v0-t0)>>2); 382 t0 = v0-q0; 390 v0 += (q0 = (t0-v0)>>2) [all...] |
/external/v8/src/regexp/mips/ |
regexp-macro-assembler-mips.cc | 116 __ li(v0, Operand(FAILURE)); 349 BranchOrBacktrack(on_no_match, eq, v0, Operand(zero_reg)); 609 __ li(v0, Operand(FAILURE)); 665 __ li(v0, Operand(EXCEPTION)); 671 __ Branch(&return_v0, ne, v0, Operand(zero_reg)); 790 __ mov(v0, a0); 821 __ li(v0, Operand(SUCCESS)); 824 // Exit and return v0. 827 __ lw(v0, MemOperand(frame_pointer(), kSuccessfulCaptures)); 856 __ Branch(&return_v0, ne, v0, Operand(zero_reg)) 888 __ mov(backtrack_stackpointer(), v0); local [all...] |
/external/v8/src/regexp/mips64/ |
regexp-macro-assembler-mips64.cc | 152 __ li(v0, Operand(FAILURE)); 385 BranchOrBacktrack(on_no_match, eq, v0, Operand(zero_reg)); 639 __ li(v0, Operand(FAILURE)); 701 __ li(v0, Operand(EXCEPTION)); 707 __ Branch(&return_v0, ne, v0, Operand(zero_reg)); 827 __ mov(v0, a0); 925 __ mov(backtrack_stackpointer(), v0); local [all...] |
/external/v8/test/unittests/compiler/x64/ |
instruction-selector-x64-unittest.cc | 281 Node* const v0 = m.Int32Add(p0, c0); local 282 m.Return(v0); 775 Node* const v0 = m.Int32Sub(p0, c0); local 776 m.Return(m.Int32Div(p0, v0)); [all...] |
/external/valgrind/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 158 UWord u0, v0, w0, rHi; local 165 v0 = v & halfMask; 167 w0 = u0 * v0; 168 t = u1 * v0 + (w0 >> halfShift); [all...] |
/external/webrtc/talk/media/base/ |
testutils.cc | 328 const uint8_t* v0 = frame0->GetVPlane(); local 345 if (0 != memcmp(v0, v1, frame0->GetChromaWidth())) { 349 v0 += frame0->GetVPitch();
|
/frameworks/native/services/surfaceflinger/ |
Transform.cpp | 71 const float v0 = A[0][i]; local 74 D[0][i] = v0*B[0][0] + v1*B[0][1] + v2*B[0][2]; 75 D[1][i] = v0*B[1][0] + v1*B[1][1] + v2*B[1][2]; 76 D[2][i] = v0*B[2][0] + v1*B[2][1] + v2*B[2][2];
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/ |
Matrix.java | 175 float v0 = (float) sum;
local 194 dest[off2] = v0;
|
Quaternion.java | 119 double v0 = v[0];
local 123 double s = x[1] * v0 + x[2] * v1 + x[3] * v2;
125 double n0 = 2 * (x[0] * (v0 * x[0] - (x[2] * v2 - x[3] * v1)) + s * x[1]) - v0;
126 double n1 = 2 * (x[0] * (v1 * x[0] - (x[3] * v0 - x[1] * v2)) + s * x[2]) - v1;
127 double n2 = 2 * (x[0] * (v2 * x[0] - (x[1] * v1 - x[2] * v0)) + s * x[3]) - v2;
|