/external/eigen/unsupported/Eigen/src/SparseExtra/ |
MatrixMarketIterator.h | 26 * It is assumed that the matrices are named as matname.mtx 27 * and matname_SPD.mtx if the matrix is Symmetric and positive definite (or Hermitian) 29 * They should be named as matname_b.mtx. 30 * Note that the right hand side for a SPD matrix is named as matname_SPD_b.mtx 32 * Sometimes a reference solution is available. In this case, it should be named as matname_x.mtx 81 std::string matrix_file = m_folder + "/" + m_matname + ".mtx"; 107 rhs_file = m_folder + "/" + m_matname + "_b.mtx"; // The pattern is matname_b.mtx 139 lhs_file = m_folder + "/" + m_matname + "_x.mtx";
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_deadlock_detector2.cc | 78 StaticSpinMutex mtx; member in struct:__sanitizer::Mutex 102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx); 112 SpinMutex mtx; member in struct:__sanitizer::DD 177 SpinMutexLock l(&mtx); 224 Mutex *mtx = getMutex(m->id); local 229 SpinMutexLock l(&mtx1->mtx); 238 if (link->seq != mtx->seq) { 239 link->seq = mtx->seq; 254 link->seq = mtx->seq; 264 if (!added || mtx->nlink == 0) 350 Mutex *mtx = getMutex(m->id); local 369 Mutex *mtx = getMutex(m->id); local [all...] |
sanitizer_addrhashmap.h | 60 RWMutex mtx; member in struct:__sanitizer::AddrHashMap::Bucket 185 b->mtx.ReadLock(); 196 b->mtx.ReadUnlock(); 202 b->mtx.Lock(); 211 b->mtx.Unlock(); 228 b->mtx.Unlock(); 236 b->mtx.Unlock(); 296 b->mtx.Unlock(); 325 b->mtx.Unlock(); 329 b->mtx.ReadUnlock() [all...] |
sanitizer_persistent_allocator.h | 29 StaticSpinMutex mtx; // Protects alloc of new blocks for region allocator. member in class:__sanitizer::PersistentAllocator 51 SpinMutexLock l(&mtx);
|
sanitizer_deadlock_detector1.cc | 37 SpinMutex mtx; member in struct:__sanitizer::DD 108 SpinMutexLock lk(&mtx); 158 SpinMutexLock lk(&mtx); 175 SpinMutexLock lk(&mtx);
|
/external/chromium_org/content/common/gpu/ |
stream_texture_android.cc | 141 float mtx[16]; local 142 surface_texture_->GetTransformMatrix(mtx); 145 if (memcmp(current_matrix_, mtx, sizeof(mtx)) != 0) { 146 memcpy(current_matrix_, mtx, sizeof(mtx)); 149 memcpy(¶ms.m00, mtx, sizeof(mtx));
|
/external/compiler-rt/lib/tsan/tests/unit/ |
tsan_sync_test.cc | 61 s1->mtx.Unlock(); 65 s2->mtx.ReadUnlock(); 82 s1->mtx.Unlock(); 84 s2->mtx.Unlock(); 103 s1->mtx.Unlock(); 107 s2->mtx.Unlock(); 118 s->mtx.Unlock();
|
/external/llvm/test/CodeGen/X86/ |
2009-02-21-ExtWeakInitializer.ll | 9 %struct.mtx = type <{ %struct.lock_object, i64 }> 12 %struct.uart_devinfo = type <{ %struct.anon, %struct.uart_ops*, %struct.uart_bas, i32, i32, i32, i32, i32, i8, i8, i8, i8, i32 (%struct.uart_softc*)*, i32 (%struct.uart_softc*)*, i8*, %struct.mtx* }> 13 %struct.uart_ops = type <{ i32 (%struct.uart_bas*)*, void (%struct.uart_bas*, i32, i32, i32, i32)*, void (%struct.uart_bas*)*, void (%struct.uart_bas*, i32)*, i32 (%struct.uart_bas*)*, i32 (%struct.uart_bas*, %struct.mtx*)* }>
|
/external/eigen/bench/spbench/ |
spbenchsolver.cpp | 10 cout<< " as MatrixName.mtx and MatrixName_b.mtx. If the rhs does not exist, a random one is generated. \n"; 11 cout<< " If a matrix is SPD, the matrix should be named as MatrixName_SPD.mtx \n"; 12 cout<< " If a true solution exists, it should be named as MatrixName_x.mtx; \n" ;
|
/hardware/intel/bootstub/ |
imr_toc.c | 11 /* MTX writeback buffer */
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Description.h | 67 void setProjectionMatrix(const mat4& mtx); 68 void setColorMatrix(const mat4& mtx);
|
/hardware/ti/omap4-aah/test/CameraHal/ |
camera_test_surfacetexture.h | 154 float mtx[16] = {0.0}; local 162 mSurfaceTexture->getTransformMatrix(mtx); 163 Rect crop = getCrop(graphic_buffer, mtx);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_trace.h | 64 Mutex mtx; member in struct:__tsan::Trace 72 : mtx(MutexTypeTrace, StatMtxTrace) {
|
tsan_sync.cc | 23 : mtx(MutexTypeSyncVar, StatMtxSyncVar) { 150 s->mtx.Lock(); 152 s->mtx.ReadLock(); 174 mys->mtx.Lock(); 176 mys->mtx.ReadLock();
|
tsan_sync.h | 32 Mutex mtx; member in struct:__tsan::SyncVar 46 // with the mtx. This reduces contention for hot sync objects.
|
/external/chromium_org/content/renderer/gpu/ |
stream_texture_host_android.h | 34 virtual void OnMatrixChanged(const float mtx[16]) = 0;
|
/external/llvm/include/llvm/Support/ |
Mutex.h | 139 SmartMutex<mt_only>& mtx; member in class:llvm::sys::SmartScopedLock 142 SmartScopedLock(SmartMutex<mt_only>& m) : mtx(m) { 143 mtx.acquire(); 147 mtx.release();
|
/hardware/invensense/60xx/mlsdk/mllite/ |
accel.c | 137 signed char *mtx = mldl_cfg->pdata->accel.orientation; local 178 data[ii] = ((long)tmp[0] * mtx[3 * ii] + 179 (long)tmp[1] * mtx[3 * ii + 1] + 180 (long)tmp[2] * mtx[3 * ii + 2]);
|
/hardware/intel/img/psb_video/src/ |
tng_hostheader.c | 117 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_QP (H264)- for MTX to generate and insert this value\n"); 122 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_SQP (H264)- for MTX to generate and insert this value\n"); 127 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_FRAMEQSCALE (H263/MPEG4) - for MTX to generate and insert this value\n"); 132 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_SLICEQSCALE (H263/MPEG4) - for MTX to generate and insert this value\n"); 137 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_INSERTBYTEALIGN_H264 - MTX to generate 'rbsp_trailing_bits()' field\n"); 142 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_INSERTBYTEALIGN_MPG4 - MTX to generate MPEG4 'byte_aligned_bits' field\n"); 401 tng__insert_element_token(pMTX_Header, aui32ElementPointers, ELEMENT_REFERENCE); //MTX fills this value in 533 //MTX fills this value in 539 //The following field will be generated as a special case by MTX - so not here 565 tng__insert_element_token(pMTX_Header, aui32ElementPointers, ELEMENT_INSERTBYTEALIGN_H264); // Tell MTX to insert the byte align field (we don't know final stream size for alignment at this point [all...] |
/external/deqp/framework/common/ |
tcuMatrix.hpp | 102 Vector<T, Rows> operator* (const Matrix<T, Rows, Cols>& mtx, const Vector<T, Cols>& vec); 106 Vector<T, Cols> operator* (const Vector<T, Rows>& vec, const Matrix<T, Rows, Cols>& mtx); 471 Vector<T, Rows> operator* (const Matrix<T, Rows, Cols>& mtx, const Vector<T, Cols>& vec) 478 v += mtx(row,col) * vec.m_data[col]; 486 Vector<T, Cols> operator* (const Vector<T, Rows>& vec, const Matrix<T, Rows, Cols>& mtx) 493 v += mtx(row,col) * vec.m_data[row]; 521 Matrix<T, Rows, Cols> operator+ (const Matrix<T, Rows, Cols>& mtx, T scalar) 526 res(row, col) = mtx(row, col) + scalar; 531 Matrix<T, Rows, Cols> operator- (const Matrix<T, Rows, Cols>& mtx, T scalar) 536 res(row, col) = mtx(row, col) - scalar [all...] |
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
cmserr.c | 598 void defMtxDestroy(cmsContext id, void* mtx) 600 _cmsDestroyMutexPrimitive((_cmsMutex *) mtx); 601 _cmsFree(id, mtx); 605 cmsBool defMtxLock(cmsContext id, void* mtx) 608 return _cmsLockPrimitive((_cmsMutex *) mtx) == 0; 612 void defMtxUnlock(cmsContext id, void* mtx) 615 _cmsUnlockPrimitive((_cmsMutex *) mtx); 680 void CMSEXPORT _cmsDestroyMutex(cmsContext ContextID, void* mtx) 686 ptr ->DestroyMutexPtr(ContextID, mtx); 690 cmsBool CMSEXPORT _cmsLockMutex(cmsContext ContextID, void* mtx) [all...] |
/hardware/intel/img/psb_video/src/hwdefs/ |
dma_api.h | 36 This file contains header file for the MTX DMAC API. 38 The MTX DMAC API can operate synchronously or asynchronously. 49 MSVDX/MTX 141 DMA_CHANNEL_MTX = 0x0, //!< DMA channel for MTX 153 the peripheral is the mtx or not. 156 DMA_PERIPH_IS_NOT_MTX = 0, //!< The peripheral is not the mtx. 157 DMA_PERIPH_IS_MTX = 1, //!< The peripheral is the mtx. 407 If the linked list entry is in MTX memory (eListLocation == DMA_LIST_IS_IN_MTX_MEM) then 559 DMA_LIST_LOCATION eListLocation; //!< is the linked list in mtx memory or system memory 623 offset in MTX memor [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
lnc_hostheader.c | 113 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_QP (H264)- for MTX to generate and insert this value\n"); 118 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_SQP (H264)- for MTX to generate and insert this value\n"); 123 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_FRAMEQSCALE (H263/MPEG4) - for MTX to generate and insert this value\n"); 128 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_SLICEQSCALE (H263/MPEG4) - for MTX to generate and insert this value\n"); 133 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_INSERTBYTEALIGN_H264 - MTX to generate 'rbsp_trailing_bits()' field\n"); 138 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Insert token ELEMENT_INSERTBYTEALIGN_MPG4 - MTX to generate MPEG4 'byte_aligned_bits' field\n"); 596 * We know the size of the data in the sequence header (no MTX variables) 598 * MTX ELEMENT_INSERTBYTEALIGN_H264 command. 654 /* The following field will be generated as a special case by MTX - so not here 668 /* Byte align is done using an element command (MTX elements in this structure, we don't know it's size) * [all...] |
/external/chromium_org/ui/gl/android/ |
surface_texture.cc | 75 void SurfaceTexture::GetTransformMatrix(float mtx[16]) { 86 mtx[i] = static_cast<float>(elements[i]);
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_h_m_t_x.py | 80 writer.simpletag("mtx", [ 90 if name == "mtx":
|