Searched refs:p0 (Results 201 - 225 of 323) sorted by relevance

1234567891011>>

/external/skia/samplecode/
H A DSampleDraw.cpp246 virtual Draw* create(const SkPoint& p0, const SkPoint& p1) { argument
248 r.set(p0.x(), p0.y(), p1.x(), p1.y());
/external/skia/tests/
H A DWriter32Test.cpp75 void* p0 = reporter; local
81 writer.writePtr(p0);
94 REPORTER_ASSERT(reporter, reader.readPtr() == p0);
/external/v8/test/cctest/compiler/
H A Dcodegen-tester.cc297 Node* p0 = m.Parameter(0);
304 n0 = p0;
378 Node* p0 = m.Parameter(0); local
379 CHECK_NE(NULL, p0);
380 CHECK_EQ(p0, m.Parameter(0));
501 Node* p0 = m.Parameter(0); local
503 m.Return(p0);
515 Node* p0 = m.Parameter(0); local
518 USE(p0);
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DGraggBulirschStoerStepInterpolator.java327 final double p0 = polynoms[0][i];
331 interpolatedState[i] = p0 + theta * (p1 + oneMinusTheta * (p2 * theta + p3 * oneMinusTheta));
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatRegressionTestJ.java166 ParsePosition p0 = new ParsePosition(0);
168 Date d = fmt.parse("01/22/92 04:52:00 GMT", p0);
/external/libvorbis/vq/
H A DMakefile.am24 floor_44.vqs 44p-1.vqs 44p0.vqs 44p1.vqs 44p2.vqs 44p3.vqs 44p4.vqs \
/external/llvm/test/MC/AsmParser/
H A Dfloating-literals.s58 .float -0x1.0p0
/external/regex-re2/re2/
H A Dbitstate.cc140 // Try a search from instruction id0 in state p0.
142 bool BitState::TrySearch(int id0, const char* p0) { argument
146 Push(id0, p0, 0);
/external/replicaisland/src/com/replica/replicaisland/
H A DTiledVertexGrid.java110 final float[] p0 = { offsetX, offsetY, 0.0f };
119 final float[][] positions = { p0, p1, p2, p3 };
/external/skia/gm/
H A Dhairlines.cpp153 SkPoint p0 = SkPoint::Make(kRad * cosV, kRad * sinV); variable
159 bug->moveTo(p0);
/external/skia/src/pathops/
H A DSkPathOpsLine.cpp32 SkDVector p0 = fPts[1] - fPts[0]; local
34 return p0.cross(p2);
/external/v8/src/arm64/
H A Dsimulator-arm64.h35 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
36 (entry(p0, p1, p2, p3, p4))
53 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
55 p0, p1, p2, p3, p4, p5, p6, p7, NULL, p8))
882 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
885 p0, p1, p2, p3, p4))
887 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
890 p0, p1, p2, p3, p4, p5, p6, p7, NULL, p8)
/external/v8/src/compiler/
H A Dmachine-operator-reducer-unittest.cc528 Node* p0 = Parameter(0); local
531 Int32Constant(0), p0);
539 EXPECT_EQ(p0, r.replacement());
542 Node* add = graph()->NewNode(machine()->Int32AddWithOverflow(), p0,
551 EXPECT_EQ(p0, r.replacement());
581 Node* p0 = Parameter(0); local
583 graph()->NewNode(machine()->Int32SubWithOverflow(), p0, Int32Constant(0));
591 EXPECT_EQ(p0, r.replacement());
/external/skia/src/core/
H A DSkScan_Hairline.cpp254 Sk2s p0 = from_point(pts[0]);
262 Sk2s p13 = oneThird * p3 + twoThird * p0;
263 Sk2s p23 = oneThird * p0 + twoThird * p3;
277 static bool lt_90(SkPoint p0, SkPoint pivot, SkPoint p2) {
278 return SkVector::DotProduct(p0 - pivot, p2 - pivot) >= 0;
/external/libopus/celt/
H A Dbands.c713 int p0 = 3; local
716 int ft = p0*(x0+1) + x0;
717 /* Use a probability of p0 up to itheta=8192 and then use 1 after */
720 ec_encode(ec,x<=x0?p0*x:(x-1-x0)+(x0+1)*p0,x<=x0?p0*(x+1):(x-x0)+(x0+1)*p0,ft);
724 if (fs<(x0+1)*p0)
725 x=fs/p0;
727 x=x0+1+(fs-(x0+1)*p0);
[all...]
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2_x86_64.asm32 LF_ABS scratch2, %4 ; abs(p1 - p0)
34 LF_ABS %4, %5 ; abs(p0 - q0)
49 paddusb %4, %4 ; 2 * abs(p0 - q0)
52 paddusb %4, %3 ; abs(p0 - q0) * 2 + abs(p1 - q1) / 2
205 movdqa xmm9, i6 ; q2, will contain abs(p1-p0)
225 movdqa xmm10, i10 ; q2, will contain abs(p1-p0)
245 movdqa xmm9, i14 ; q2, will contain abs(p1-p0)
564 movdqa xmm10, i10 ; q2, will contain abs(p1-p0)
584 movdqa xmm9, i14 ; q2, will contain abs(p1-p0)
H A Dsubpixel_mmx.asm67 psrlq mm5, 16 ; mm5 = p0..p5;
68 punpcklbw mm5, mm0 ; mm5 = p0..p3
157 movq mm3, [rsi+rdx] ; mm3 = p0..p8 = row -1
161 movq mm4, [rsi + 4*rdx] ; mm4 = p0..p3 = row 2
165 movq mm4, [rsi + 2*rdx] ; mm4 = p0..p3 = row 0
169 movq mm4, [rsi] ; mm4 = p0..p3 = row -2
175 movq mm4, [rsi + 2*rdx] ; mm4 = p0..p3 = row 1
179 movq mm4, [rsi + 4*rdx] ; mm4 = p0..p3 = row 3
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp72 void drawQuad (const glw::Functions& gl, deUint32 program, const Vec3& p0, const Vec3& p1) argument
75 const float hz = (p0.z() + p1.z()) * 0.5f;
78 p0.x(), p0.y(), p0.z(), 1.0f,
79 p0.x(), p1.y(), hz, 1.0f,
80 p1.x(), p0.y(), hz, 1.0f,
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp568 const float p0 = sample.blendSrcFactorA; \
569 const float r = FUNCTION_NAME(srcColor[0], dstColor[0])*p0 + bias[0]; \
570 const float g = FUNCTION_NAME(srcColor[1], dstColor[1])*p0 + bias[1]; \
571 const float b = FUNCTION_NAME(srcColor[2], dstColor[2])*p0 + bias[2]; \
586 const float p0 = sample.blendSrcFactorA; \
588 sample.blendedRGB = (COLOR_EXPRESSION)*p0 + bias; \
603 const float p0 = srcA*dstA; local
611 sample.blendSrcFactorA = p0;
612 sample.blendedA = p0 + p1 + p2;
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DBlockFieldMatrix.java1489 final int p0 = iBlock * BLOCK_SIZE;
1490 final int pStart = FastMath.max(startRow, p0);
1499 int k = (p - p0) * jWidth + qStart - q0;
1519 final int p0 = iBlock * BLOCK_SIZE;
1520 final int pStart = FastMath.max(startRow, p0);
1529 int k = (p - p0) * jWidth + qStart - q0;
1601 final int p0 = iBlock * BLOCK_SIZE;
1602 final int pStart = FastMath.max(startRow, p0);
1611 int k = (p - p0) * jWidth + qStart - q0;
1631 final int p0
[all...]
H A DBlockRealMatrix.java1509 final int p0 = iBlock * BLOCK_SIZE;
1510 final int pStart = FastMath.max(startRow, p0);
1519 int k = (p - p0) * jWidth + qStart - q0;
1539 final int p0 = iBlock * BLOCK_SIZE;
1540 final int pStart = FastMath.max(startRow, p0);
1549 int k = (p - p0) * jWidth + qStart - q0;
1621 final int p0 = iBlock * BLOCK_SIZE;
1622 final int pStart = FastMath.max(startRow, p0);
1631 int k = (p - p0) * jWidth + qStart - q0;
1651 final int p0
[all...]
/external/libunwind/tests/
H A Dia64-test-rbs-asm.S95 cmp.ge p8, p0 = r8, r0; \
158 (p8) tnat.z p10, p0 = loc##n; \
159 (p9) cmp.ne p10, p0 = r16, loc##n; \
H A Dia64-dyn-asm.S66 tbit.nz p6, p0 = in0, 4
/external/webp/src/enc/
H A Dcost.c495 const int p0 = res->prob[n][ctx0][0]; local
497 // bit_cost(1, p0) is already incorporated in t[] tables, but only if ctx != 0
500 int cost = (ctx0 == 0) ? VP8BitCost(1, p0) : 0;
503 return VP8BitCost(0, p0);
/external/guava/guava/src/com/google/common/cache/
H A DStriped64.java97 volatile long p0, p1, p2, p3, p4, p5, p6; field in class:Striped64.Cell

Completed in 1298 milliseconds

1234567891011>>