/external/eigen/bench/btl/libs/gmm/ |
D | gmm_interface.hh | 86 gmm::mult(gmm::transposed(A),gmm::transposed(B), X); in transposed_matrix_matrix_product() 90 gmm::mult(gmm::transposed(A),A, X); in ata_product() 94 gmm::mult(A,gmm::transposed(A), X); in aat_product() 102 gmm::mult(gmm::transposed(A),B,X); in atv_product()
|
/external/chromium_org/components/test/data/autofill/merge/tools/ |
D | flatten.py | 51 transposed = zip(*profiles) 53 for column in transposed:
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/ |
D | bilinearfilter_v6.asm | 25 ; The output is transposed stroed in output array to make it easy for second pass filtering. 78 strh r6, [r1], r3 ; result is transposed and stored 86 strh r8, [r1], r3 ; result is transposed and stored 155 …2, r4 ; outer-loop counter = width, since we work on transposed data matrix 185 strb r6, [r1], r2 ; the result is transposed back and stored 192 strb r8, [r1], r2 ; the result is transposed back and stored
|
D | filter_v6.asm | 94 strh lr, [r1], r12 ; result is transposed and stored, which 184 strh lr, [r1], r12 ; result is transposed and stored, which 277 strh lr, [r1], r12 ; result is transposed and stored, which 352 strb lr, [r1], r2 ; the result is transposed back and stored 416 strb r5, [r1], r2 ; the result is transposed back and stored
|
D | sixtappredict8x4_v6.asm | 88 strh r11, [lr], #20 ; result is transposed and stored, which 171 strb lr, [r0], r1 ; the result is transposed back and stored
|
/external/libvpx/libvpx/vp8/common/arm/armv6/ |
D | bilinearfilter_v6.asm | 25 ; The output is transposed stroed in output array to make it easy for second pass filtering. 78 strh r6, [r1], r3 ; result is transposed and stored 86 strh r8, [r1], r3 ; result is transposed and stored 155 …2, r4 ; outer-loop counter = width, since we work on transposed data matrix 185 strb r6, [r1], r2 ; the result is transposed back and stored 192 strb r8, [r1], r2 ; the result is transposed back and stored
|
D | filter_v6.asm | 94 strh lr, [r1], r12 ; result is transposed and stored, which 184 strh lr, [r1], r12 ; result is transposed and stored, which 277 strh lr, [r1], r12 ; result is transposed and stored, which 352 strb lr, [r1], r2 ; the result is transposed back and stored 416 strb r5, [r1], r2 ; the result is transposed back and stored
|
D | sixtappredict8x4_v6.asm | 88 strh r11, [lr], #20 ; result is transposed and stored, which 171 strb lr, [r0], r1 ; the result is transposed back and stored
|
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/object/ |
D | object.js | 496 var transposed = {}; 498 transposed[obj[key]] = key; 500 return transposed;
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 74 bool transposed, float size) in calc_addr() argument 76 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; in calc_addr() 79 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; in calc_addr() 97 struct ureg_src saddr[2], bool right_side, bool transposed, in increment_addr() argument 100 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; in increment_addr() 101 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; in increment_addr()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/ |
D | vl_idct.c | 74 bool transposed, float size) in calc_addr() argument 76 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; in calc_addr() 79 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; in calc_addr() 97 struct ureg_src saddr[2], bool right_side, bool transposed, in increment_addr() argument 100 unsigned wm_start = (right_side == transposed) ? TGSI_WRITEMASK_X : TGSI_WRITEMASK_Y; in increment_addr() 101 unsigned wm_tc = (right_side == transposed) ? TGSI_WRITEMASK_Y : TGSI_WRITEMASK_X; in increment_addr()
|
/external/eigen/bench/ |
D | sparse_transpose.cpp | 84 BENCH(for (int k=0; k<REPEAT; ++k) gmm::copy(gmm::transposed(m1),m3);) in main()
|
D | sparse_dense_product.cpp | 130 BENCH( gmm::mult(gmm::transposed(m1), gmmV1, gmmV2); ) in main()
|
D | spmv.cpp | 201 SPMV_BENCH(gmm::mult(gmm::transposed(gm), gv, gres)); in main()
|
/external/chromium_org/ui/gfx/ |
D | skbitmap_operations.cc | 716 SkBitmap transposed; in CreateTransposedBitmap() local 717 transposed.allocN32Pixels(image.height(), image.width()); in CreateTransposedBitmap() 720 SkAutoLockPixels lock_transposed(transposed); in CreateTransposedBitmap() 725 uint32* dst = transposed.getAddr32(y, x); in CreateTransposedBitmap() 730 return transposed; in CreateTransposedBitmap()
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_idct4x4_add_neon.asm | 30 ; transposed rows) and then transpose the results (so that it goes back 73 ; do the transform on transposed rows
|
D | vp9_idct32x32_add_neon.asm | 310 ; columns. In the first pass, the transposed columns are the original 316 ; matrices are transposed by pairs (the idct32_transpose_pair loop).
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
D | vp9_idct4x4_add_neon.asm | 30 ; transposed rows) and then transpose the results (so that it goes back 73 ; do the transform on transposed rows
|
D | vp9_idct32x32_add_neon.asm | 310 ; columns. In the first pass, the transposed columns are the original 316 ; matrices are transposed by pairs (the idct32_transpose_pair loop).
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
D | SkylineInplaceLU.h | 100 const int transposed = 0) const; 307 …xType>::solve(const MatrixBase<BDerived> &b, MatrixBase<XDerived>* x, const int transposed) const { in solve() argument
|
/external/eigen/doc/ |
D | CustomizingEigen.dox | 48 inline Transpose<Derived> transposed() {return this->transpose();} 49 inline const Transpose<Derived> transposed() const {return this->transpose();}
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Editor.cpp | 1071 String transposed = text.right(1) + text.left(1); in transpose() local 1078 replaceSelectionWithText(transposed, false, false); in transpose()
|
/external/elfutils/0.153/src/ |
D | ChangeLog | 1242 * readelf.c (hex_dump): Fix transposed subtraction generating spaces.
|