/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | [all...] |
/system/core/libpixelflinger/codeflinger/ |
texturing.cpp | 332 int Rx = x.reg; 353 ADD(AL, 0, Rx, Rx, reg_imm(txPtr.reg, ASR, 16)); // x += (s>>16) 358 SMLABB(AL, Rx, Ry, txPtr.reg, Rx); // x+y*stride 360 base_offset(txPtr, txPtr, Rx); 382 MLA(AL, 0, s.reg, Rx, s.reg, ydsdy); 383 MLA(AL, 0, t.reg, Rx, t.reg, ydtdy); [all...] |
GGLAssembler.cpp | 360 int Rx = scratches.obtain(); 362 CONTEXT_LOAD(Rx, iterators.xl); 366 // parts.count = iterators.xr - Rx 367 SUB(AL, 0, parts.count.reg, parts.count.reg, Rx); 378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK)); 396 SMLABB(AL, Rs, Ry, Rs, Rx); // Rs = Rx + Ry*Rs 411 MLA(AL, 0, f, Rx, dfdx, ydfdy); 424 MLA(AL, 0, parts.z.reg, Rx, dzdx, ydzdy); 432 SMLABB(AL, Rs, Ry, Rs, Rx); [all...] |
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 235 unsigned Rx = 256 + (SReg >> 1); 241 EmitULEB128(Rx); [all...] |
/external/chromium_org/third_party/freetype/src/raster/ |
ftraster.c | [all...] |
/external/freetype/src/raster/ |
ftraster.c | [all...] |