/external/eigen/Eigen/src/Core/products/ |
CoeffBasedProduct.h | 289 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::PacketScalar &pres) 291 product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs, rhs, pres); 292 pres = padd(pres, pmul( lhs.template packet<Aligned>(row, UnrollingIndex) , rhs.template packet<Aligned>(UnrollingIndex, col) )); 300 static EIGEN_STRONG_INLINE void run(Index row, Index col, const Lhs& lhs, const Rhs& rhs, typename Lhs::PacketScalar &pres) 302 pres = pmul(lhs.template packet<Aligned>(row, 0) , rhs.template packet<Aligned>(0, col)); 324 Packet pres; local 325 product_coeff_vectorized_unroller<UnrollingIndex-PacketSize, Lhs, Rhs, Packet>::run(row, col, lhs, rhs, pres); 326 res = predux(pres);
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
native_helper.c | 173 struct pipe_resource *pres) 175 pipe_resource_reference(&rsurf->resources[which], pres); 198 struct pipe_resource *pres = NULL; local 199 pipe_resource_reference(&pres, rsurf->resources[which]); 200 return pres; 242 struct pipe_resource *pres = rsurf->resources[which]; local 244 if (!pres) 248 pres, 0, 0, winsys_drawable_handle);
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_st.c | 64 struct pipe_resource *pres; local 69 pres = xstfb->display_resource; 71 if (!pres || pres != ptex) { 73 pres = xstfb->display_resource; 76 xstfb->screen->flush_frontbuffer(xstfb->screen, pres, 0, 0, &xstfb->buffer->ws);
|
/external/opencv3/modules/ml/src/ |
knearest.cpp | 336 Mat res, nr, d, *pres = 0, *pnr = 0, *pd = 0; local 340 pres = &(res = _results.getMat()); 353 findKNearestInvoker invoker(this, k, test_samples, pres, pnr, pd, &result);
|
/external/pdfium/third_party/libopenjpeg20/ |
t1.c | 1307 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; local 1311 opj_tcd_resolution_t* pres = &tilec->resolutions[resno - 1]; local 1491 opj_tcd_resolution_t *pres = &tilec->resolutions[resno - 1]; local 1495 opj_tcd_resolution_t *pres = &tilec->resolutions[resno - 1]; local [all...] |
/device/google/contexthub/firmware/src/drivers/bosch_bmp280/ |
bosch_bmp280.c | 380 float pres = compensateBaro(T_fine, pres_adc); local 383 *pressure_Pa = pres * (1.0f / 256.0f) + mTask.offset;
|
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
intra_est.cpp | 497 int16 res[256], *pres; // residue local 502 pres = res; 517 pres[0] = m0 + m1; 518 pres[2] = m0 - m1; 519 pres[1] = m2 + m3; 520 pres[3] = m3 - m2; 523 pres += 4; 533 pres = res + (j << 6); 537 m0 = pres[0]; 538 m3 = pres[3<<4] 1292 int16 res[16], *pres; local 1729 int16 res[128], *pres; \/\/ residue local [all...] |
/prebuilts/go/darwin-x86/src/cmd/yacc/ |
yacc.go | 298 var pres [][][]int // vector of pointers to productions yielding each nonterminal var 1528 // The array pres points to these lists 1532 pres = make([][][]int, nnonter+1) 1558 pres[i] = make([][]int, n) 1559 copy(pres[i], curres) 1571 curres := pres[i] [all...] |
/prebuilts/go/linux-x86/src/cmd/yacc/ |
yacc.go | 298 var pres [][][]int // vector of pointers to productions yielding each nonterminal var 1528 // The array pres points to these lists 1532 pres = make([][][]int, nnonter+1) 1558 pres[i] = make([][]int, n) 1559 copy(pres[i], curres) 1571 curres := pres[i] [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar | |
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar | |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |
/prebuilts/tools/linux-x86_64/kythe/indexers/ |
java_indexer.jar | |