/external/skqp/src/pathops/ |
SkDCubicLineIntersection.cpp | 122 double adj = fLine[1].fX - fLine[0].fX; local 127 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp; 137 + (fCubic[n].fX - fLine[0].fX) * adj;
|
SkPathOpsQuad.cpp | 54 double adj = endPt[1]->fX - origX; local 56 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; 63 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
|
SkDConicLineIntersection.cpp | 126 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local 130 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[0].fX) * opp;
|
SkDQuadLineIntersection.cpp | 155 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local 159 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp;
|
SkPathOpsCubic.cpp | 162 double adj = endPt[1]->fX - origX; local 166 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; 168 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp; 181 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_mfqe.c | 148 const int adj = qdiff >> MFQE_PRECISION; local 150 *sad_thr = 7 + adj; 152 *sad_thr = 6 + adj; 154 *sad_thr = 5 + adj;
|
/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 215 static void PrintUString(EAdjustment adj, unsigned width, const UString &s, AString &temp)
234 switch (adj)
248 static void PrintString(EAdjustment adj, unsigned width, const char *s)
257 switch (adj)
271 static void PrintStringToString(char *dest, EAdjustment adj, unsigned width, const char *textString)
280 switch (adj)
703 static void PrintNumber(EAdjustment adj, unsigned width, const CListUInt64Def &value)
709 PrintString(adj, width, s);
[all...] |
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
nv50_ir_emit_nv50.cpp | 56 inline void srcAddr16(const ValueRef&, bool adj, const int pos); 149 void CodeEmitterNV50::srcAddr16(const ValueRef& src, bool adj, const int pos) 155 assert(!adj || src.get()->reg.size <= 4); 156 if (adj) 162 offset &= adj ? (0xffff >> (src.get()->reg.size >> 1)) : 0xffff; 2127 int adj = 4; local 2195 int adj = epilogue->getExit()->encSize; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
peephole.c | 303 int nops, h, adj;
local 643 adj = CODESIZE(opcode);
644 while (adj--)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
peephole.c | 314 int nops, h, adj;
local 656 adj = CODESIZE(opcode);
657 while (adj--)
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_line.c | 558 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local 562 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER; 563 bbox.y1 = (MAX4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
|
/external/python/cpython2/Python/ |
peephole.c | 303 int nops, h, adj; local 643 adj = CODESIZE(opcode); 644 while (adj--)
|
/external/clang/lib/CodeGen/ |
ItaniumCXXABI.cpp | 500 /// struct { ptrdiff_t ptr; ptrdiff_t adj; } memptr; 504 /// - the this-adjustment is (memptr.adj) 508 /// - method pointers are virtual if (memptr.adj & 1) is nonzero 509 /// - the this-adjustment is (memptr.adj >> 1) 511 /// ARM uses 'adj' for the virtual flag because Thumb functions 539 // Extract memptr.adj, which is in the second field. 540 llvm::Value *RawAdj = Builder.CreateExtractValue(MemFnPtr, 1, "memptr.adj"); 543 llvm::Value *Adj = RawAdj; 545 Adj = Builder.CreateAShr(Adj, ptrdiff_1, "memptr.adj.shifted") [all...] |
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 933 double adj = (ms < 0) ? 0 : 0.5; local 934 double d = (ms + adj) / 86400000.0 + 2440587.5;
|
/external/perfetto/test/trace_processor/ |
oom_query.sql | 19 /* Create the oom adj table. */
|
/external/skia/src/pathops/ |
SkDConicLineIntersection.cpp | 126 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local 130 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[0].fX) * opp;
|
SkDQuadLineIntersection.cpp | 155 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local 159 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp;
|
SkPathOpsCubic.cpp | 162 double adj = endPt[1]->fX - origX; local 166 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp; 168 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp; 181 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
decimal.py | [all...] |
/external/python/cpython2/Lib/ |
decimal.py | [all...] |
/external/e2fsprogs/e2fsck/ |
pass3.c | 643 errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino, int adj) 657 printf("Adjusting link count for inode %lu by %d (from %d)\n", ino, adj, 661 if (adj == 1) { 667 } else if (adj == -1) {
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_buffer.c | 144 const unsigned adj = tx->base.box.x & NOUVEAU_MIN_BUFFER_MAP_ALIGN_MASK; local 145 const unsigned size = align(tx->base.box.width, 4) + adj; 153 tx->map += adj; 158 tx->offset += adj; [all...] |
/external/mesa3d/src/compiler/glsl/ |
builtin_functions.cpp | 4750 ir_variable *adj = body.make_temp(type, "adj"); local 4785 ir_variable *adj = body.make_temp(type, "adj"); local 4873 ir_variable *adj = body.make_temp(btype == glsl_type::float_type ? glsl_type::mat4_type : glsl_type::dmat4_type, "adj"); local [all...] |
/external/python/cpython3/Lib/ |
_pydecimal.py | [all...] |
/external/owasp/sanitizer/empiricism/ |
html-containment.js | 313 adj: 317 if (eq(dupe.node, adjacentNode)) { continue adj; }
|