Searched defs:ref (Results 151 - 175 of 558) sorted by relevance

1234567891011>>

/external/eigen/demos/mix_eigen_and_c/
H A Dbinary_library.cpp33 inline C_MatrixXd* eigen_to_c(MatrixXd& ref) argument
35 return reinterpret_cast<C_MatrixXd*>(&ref);
38 inline const C_MatrixXd* eigen_to_c(const MatrixXd& ref) argument
40 return reinterpret_cast<const C_MatrixXd*>(&ref);
55 inline C_Map_MatrixXd* eigen_to_c(Map<MatrixXd>& ref) argument
57 return reinterpret_cast<C_Map_MatrixXd*>(&ref);
60 inline const C_Map_MatrixXd* eigen_to_c(const Map<MatrixXd>& ref) argument
62 return reinterpret_cast<const C_Map_MatrixXd*>(&ref);
/external/eigen/test/eigen2/
H A Deigen2_sparse_basic.cpp13 bool test_random_setter(SparseMatrix<Scalar,Options>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords) argument
23 w(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y());
28 return sm.isApprox(ref);
32 bool test_random_setter(DynamicSparseMatrix<T>& sm, const DenseType& ref, const std::vector<Vector2i>& nonzeroCoords) argument
39 sm.coeffRef(remaining[i].x(),remaining[i].y()) = ref.coeff(remaining[i].x(),remaining[i].y());
43 return sm.isApprox(ref);
46 template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& ref) argument
48 const int rows = ref.rows();
49 const int cols = ref.cols();
/external/eigen/test/
H A Dsparse_basic.cpp13 template<typename SparseMatrixType> void sparse_basic(const SparseMatrixType& ref) argument
17 const Index rows = ref.rows();
18 const Index cols = ref.cols();
/external/emma/ant/ant14/com/vladium/emma/instr/
H A DinstrTask.java92 public void setInstrpathRef (final Reference ref) argument
94 createInstrpath ().setRefid (ref);
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java90 public void setSourcepathRef (final Reference ref) argument
92 m_reportCfg.setSourcepathRef (ref);
/external/freetype/src/autofit/
H A Dafcjk.h68 AF_WidthRec ref; member in struct:AF_CJKBlueRec_
/external/kernel-headers/original/linux/sunrpc/
H A Dsvcauth.h48 struct kref ref; member in struct:auth_domain
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_variance.h101 int height, const uint8_t *ref, int ref_stride) {
107 tmp = pred[j] + ref[j];
112 ref += ref_stride;
100 comp_avg_pred(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint8_t *ref, int ref_stride) argument
/external/linux-tools-perf/util/
H A Dprobe-event.h28 struct probe_trace_arg_ref *ref; /* Referencing offset */ member in struct:probe_trace_arg
55 bool ref; /* Referencing flag */ member in struct:perf_probe_arg_field
/external/lzma/CPP/7zip/Archive/7z/
H A D7zExtract.cpp84 // const CRef &ref = ref2.Refs[ri];
85 const CRef &ref = _refs[ref2Index]; local
87 int volumeIndex = ref.VolumeIndex;
90 UInt32 fileIndex = ref.ItemIndex;
/external/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_mlaa.c87 const struct pipe_stencil_ref ref = { {1} }; local
89 cso_set_stencil_ref(p->cso, &ref);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.c217 /* Decrement texture ref counts
220 struct resource_ref *ref; local
223 for (ref = scene->resources; ref; ref = ref->next) {
224 for (i = 0; i < ref->count; i++) {
228 (void *) ref->resource[i],
229 ref->resource[i]->width0,
230 ref
345 struct resource_ref *ref, **last = &scene->resources; local
403 const struct resource_ref *ref; local
[all...]
H A Dlp_test_main.c254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps) argument
260 double ref_elem = read_elem(type, ref, i);
276 compare_vec(struct lp_type type, const void *res, const void *ref) argument
279 return compare_vec_with_eps(type, res, ref, eps);
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_winsys.h30 struct nouveau_bufref *ref = local
32 ref->priv = res;
33 ref->priv_data = flags;
45 struct nouveau_pushbuf_refn ref = { bo, flags }; local
46 nouveau_pushbuf_refn(push, &ref, 1);
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dxvmc_private.h74 XvMCSurface *ref[2]; member in struct:__anon23870
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass0.c70 struct brw_wm_ref *ref = &c->undef_ref; local
71 ref->value = &c->undef_value;
72 ref->hw_reg = brw_vec8_grf(0, 0);
73 ref->insn = 0;
74 ref->prevuse = NULL;
84 struct brw_wm_ref *ref = get_ref(c); local
85 ref->value = value;
86 ref->hw_reg = brw_vec8_grf(0, 0);
87 ref->insn = 0;
88 ref
113 struct brw_wm_ref *ref = get_ref(c); local
171 const struct brw_wm_ref *ref = c->pass0_fp_reg[file][idx][component]; local
288 const struct brw_wm_ref *ref = get_fp_src_reg_ref(c, src, i); local
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_debug_xform.c171 GLvector4f source[1], dest[1], ref[1]; local
236 ref->data = (GLfloat(*)[4])r;
237 ref->start = (GLfloat *)r;
238 ref->count = TEST_COUNT;
239 ref->stride = sizeof(float[4]);
240 ref->size = 0;
241 ref->flags = 0;
243 ref_transform( ref, mat, source );
/external/pixman/test/
H A Dprng-test.c115 uint32_t ref, seed, seed0, seed1, seed2, seed3; local
143 ref = ranval (&x);
144 assert (ref == buf.w[0]);
147 ref = ranval (&x);
148 assert (ref == buf.w[1]);
151 ref = ranval (&x);
152 assert (ref == buf.w[2]);
155 ref = ranval (&x);
156 assert (ref == buf.w[3]);
/external/skia/src/animator/
H A DSkScriptCallBack.h28 virtual SkOperand2::OpType getReturnType(size_t ref, SkOperand2*) { argument
42 virtual bool invoke(size_t ref, SkOpArray* params, SkOperand2* value) = 0;
47 bool getMemberReference(const char* , size_t len, void* object, SkScriptValue2* ref);
49 virtual bool invoke(size_t ref, void* object, SkOperand2* value) = 0;
54 bool getMemberReference(const char* , size_t len, void* object, SkScriptValue2* ref);
57 virtual bool invoke(size_t ref, void* object, SkOpArray* params, SkOperand2* value) = 0;
63 virtual bool getResult(size_t ref, SkOperand2* answer) { return false; } argument
/external/skia/tests/
H A DFontHostStreamTest.cpp33 /** Assumes that the ref draw was completely inside ref canvas --
36 ref is "bgColor".
38 static bool compare(const SkBitmap& ref, const SkIRect& iref, argument
44 SkAutoLockPixels alpRef(ref);
53 if (refX >= 0 && refX < ref.width() &&
54 refY >= 0 && refY < ref.height())
56 refColor = ref.getColor(refX, refY);
/external/stlport/test/unit/
H A Ddeque_test.cpp185 deque<int> ref; local
187 ref.push_back(i);
190 deque<deque<int> > d_d_int(1, ref);
192 d_d_int.push_back(ref);
195 d_d_int.push_back(ref);
198 CPPUNIT_ASSERT( d_d_int[i] == ref );
H A Dnum_facets_test.cpp45 string ref = "1"; local
47 ref += npct.thousands_sep();
49 ref += "234";
50 ref += npct.decimal_point();
51 ref += "56";
53 CPPUNIT_ASSERT( fostr.str() == ref );
56 ref = "1";
57 ref += npct.decimal_point();
58 ref += "23457e+";
61 ref
[all...]
/external/webp/src/dsp/
H A Denc_neon.c29 // for subtraction to *ref. See the comments there for algorithmic explanations.
30 static void ITransformOne(const uint8_t* ref, argument
107 "vld1.32 d6[0], [%[ref]], %[kBPS] \n"
108 "vld1.32 d6[1], [%[ref]], %[kBPS] \n"
109 "vld1.32 d7[0], [%[ref]], %[kBPS] \n"
110 "vld1.32 d7[1], [%[ref]], %[kBPS] \n"
112 "sub %[ref], %[ref], %[kBPS], lsl #2 \n"
139 : [kBPS] "r"(kBPS), [kC1C2] "r"(kC1C2), [ref] "r"(ref) // constant
144 ITransform(const uint8_t* ref, const int16_t* in, uint8_t* dst, int do_two) argument
233 FTransform(const uint8_t* src, const uint8_t* ref, int16_t* out) argument
[all...]
/external/webrtc/test/testsupport/metrics/
H A Dvideo_metrics.cc32 uint8_t* ref,
42 frame_result.value = I420PSNR(ref, test, width, height);
45 frame_result.value = I420SSIM(ref, test, width, height);
109 uint8_t* ref = new uint8_t[frame_length]; local
112 int ref_bytes = fread(ref, 1, frame_length, ref_fp);
117 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
121 CalculateFrame(kSSIM, ref, test, width, height, frame_number,
125 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
127 CalculateFrame(kSSIM, ref, test, width, height, frame_number,
134 ref_bytes = fread(ref,
31 CalculateFrame(VideoMetricsType video_metrics_type, uint8_t* ref, uint8_t* test, int width, int height, int frame_number, QualityMetricsResult* result) argument
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DSortedMapTestBase.java44 SortedMap<Integer, Integer> ref; field in class:SortedMapTestBase
51 ref.put(rnd.nextInt(N) * 2, rnd.nextBoolean() ? null : rnd.nextInt(N) * 2);
63 assertEquals(ref.containsKey(key), map.containsKey(key));
71 assertEquals(ref.containsValue(value), map.containsValue(value));
77 Set<Map.Entry<Integer,Integer>> refSet = ref.entrySet();
85 assertEquals(ref.entrySet(), map.entrySet());
92 assertEquals(ref.get(key), map.get(key));
98 assertEquals(ref.keySet(), map.keySet());
99 Iterator<Integer> i = ref.keySet().iterator();
115 assertEquals(ref
291 checkSubMap(SortedMap<Integer, Integer> ref, SortedMap<Integer, Integer> map) argument
324 testViews(SortedMap<Integer, Integer> ref, SortedMap<Integer, Integer> map) argument
336 compareIterators(Collection ref, Collection map) argument
[all...]

Completed in 1753 milliseconds

1234567891011>>