Searched refs:dv (Results 1 - 25 of 103) sorted by relevance

12345

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbc-data.c110 yasm_dataval *dv; local
114 STAILQ_FOREACH(dv, &bc_data->datahead, link) {
115 switch (dv->type) {
117 if (yasm_value_finalize(&dv->data.val, prev_bc)) {
125 intn = yasm_expr_get_intnum(&dv->data.val.abs, 0);
135 if (yasm_intnum_sign(intn) == -1 && dv->type == DV_ULEB128)
142 if (dv->multiple) {
144 if (yasm_value_finalize_expr(&val, dv->multiple, prev_bc, 0))
150 dv->multiple = val.abs;
167 yasm_dataval *dv; local
212 yasm_dataval *dv; local
268 yasm_dataval *dv, *dv2, *dvo; local
427 yasm_dataval *dv; local
484 yasm_dv_get_value(yasm_dataval *dv) argument
492 yasm_dv_set_multiple(yasm_dataval *dv, yasm_expr *e) argument
502 yasm_dv_get_multiple(yasm_dataval *dv, unsigned long *multiple) argument
550 yasm_dvs_append(yasm_datavalhead *headp, yasm_dataval *dv) argument
[all...]
H A Dbytecode.h578 * \param dv data value
581 yasm_value *yasm_dv_get_value(yasm_dataval *dv);
586 * \param dv data value
589 void yasm_dv_set_multiple(yasm_dataval *dv, /*@keep@*/ yasm_expr *e);
592 * \param dv data value
596 int yasm_dv_get_multiple(yasm_dataval *dv, /*@out@*/ unsigned long *multiple);
614 * static or local variables, and discard the dv pointer after calling
617 * \param dv data value (may be NULL)
623 (yasm_datavalhead *headp, /*@returned@*/ /*@null@*/ yasm_dataval *dv);
/external/clang/test/Sema/
H A Doverloadable-complex.c4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { argument
6 char *cp2 = foo(dv);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { argument
16 char *cp2 = foo(dv);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { argument
25 char *cp2 = foo(dv);
H A Doverloadable.c12 void test_f(int iv, float fv, double dv) { argument
15 double *dp = f(dv);
/external/clang/test/SemaCXX/
H A Dcomplex-overload.cpp4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) { argument
6 char *cp2 = foo(dv);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) { argument
16 char *cp2 = foo(dv);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) { argument
25 char *cp2 = foo(dv);
/external/clang/test/CodeGen/
H A Doverloadable.c19 double dv = 4.0; local
25 dv = f(dv);
/external/llvm/lib/CodeGen/
H A DExecutionDepsFix.cpp187 void collapse(DomainValue *dv, unsigned domain);
211 DomainValue *dv = Avail.empty() ?
215 dv->addDomain(domain);
216 assert(dv->Refs == 0 && "Reference count wasn't cleared");
217 assert(!dv->Next && "Chained DomainValue shouldn't have been recycled");
218 return dv;
259 /// Set LiveRegs[rx] = dv, updating reference counts.
260 void ExeDepsFix::setLiveReg(int rx, DomainValue *dv) { argument
264 if (LiveRegs[rx].Value == dv)
268 LiveRegs[rx].Value = retain(dv);
306 collapse(DomainValue *dv, unsigned domain) argument
668 DomainValue *dv = nullptr; local
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
H A DSourceInterpreter.java156 SourceValue dv = (SourceValue) v;
158 if (dv.insns instanceof SmallSet && dw.insns instanceof SmallSet) {
159 Set s = ((SmallSet) dv.insns).union((SmallSet) dw.insns);
160 if (s == dv.insns && dv.size == dw.size) {
163 return new SourceValue(Math.min(dv.size, dw.size), s);
166 if (dv.size != dw.size || !dv.insns.containsAll(dw.insns)) {
168 s.addAll(dv.insns);
170 return new SourceValue(Math.min(dv
[all...]
/external/openssl/crypto/bn/
H A Dbn_div.c67 int BN_div(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, const BIGNUM *d,
86 if (dv != NULL) BN_zero(dv);
92 if (dv == NULL) dv = BN_CTX_get(ctx);
94 if (D == NULL || dv == NULL || rem == NULL)
102 /* The next 2 are needed so we can do a dv->d[0]|=1 later
104 BN_zero(dv);
105 if(bn_wexpand(dv,1) == NULL) goto end;
106 dv
181 BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, BN_CTX *ctx) argument
[all...]
H A Dbn_recp.c130 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, argument
139 if (dv != NULL)
140 d=dv;
207 bn_check_top(dv);
/external/clang/test/FixIt/
H A Dfixit-function-call.cpp72 bool dv(B b);
89 // CHECK: error: no matching function for call to 'dv
91 dv(ptra); // bad: base to derived
93 // CHECK: error: no matching function for call to 'dv
95 dv(&b);
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec_eval.c195 GLfloat vv = (v - map->v1) * map->dv;
217 GLfloat vv = (v - map->v1) * map->dv;
224 GLfloat du[4], dv[4]; local
226 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv,
235 dv[0] = dv[0]*vertex[3] - dv[3]*vertex[0];
236 dv[1] = dv[1]*vertex[3] - dv[
[all...]
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_eval.c195 GLfloat vv = (v - map->v1) * map->dv;
217 GLfloat vv = (v - map->v1) * map->dv;
224 GLfloat du[4], dv[4]; local
226 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv,
235 dv[0] = dv[0]*vertex[3] - dv[3]*vertex[0];
236 dv[1] = dv[1]*vertex[3] - dv[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_eval.h89 * at the same time. To get the correct tangent length du and dv
98 _math_de_casteljau_surf(GLfloat *cn, GLfloat *out, GLfloat *du, GLfloat *dv,
H A Dm_eval.c195 * at the same time. To get the correct tangent length du and dv
205 GLfloat * dv, GLfloat u, GLfloat v, GLuint dim,
231 dv[k] = us * (CN(0, 1, k) - CN(0, 0, k)) +
266 dv[k] = DCN(0, 1) - DCN(0, 0);
305 dv[k] = us * DCN(0, 1) + u * DCN(1, 1);
337 dv[k] = us * (DCN(0, 1) - DCN(0, 0)) + u * (DCN(1, 1) - DCN(1, 0));
389 dv[k] = DCN(0, 1) - DCN(0, 0);
447 dv[k] = us * DCN(0, 2) + u * DCN(1, 2);
204 _math_de_casteljau_surf(GLfloat * cn, GLfloat * out, GLfloat * du, GLfloat * dv, GLfloat u, GLfloat v, GLuint dim, GLuint uorder, GLuint vorder) argument
/external/mesa3d/src/mesa/math/
H A Dm_eval.h89 * at the same time. To get the correct tangent length du and dv
98 _math_de_casteljau_surf(GLfloat *cn, GLfloat *out, GLfloat *du, GLfloat *dv,
H A Dm_eval.c186 * at the same time. To get the correct tangent length du and dv
196 GLfloat * dv, GLfloat u, GLfloat v, GLuint dim,
222 dv[k] = us * (CN(0, 1, k) - CN(0, 0, k)) +
257 dv[k] = DCN(0, 1) - DCN(0, 0);
296 dv[k] = us * DCN(0, 1) + u * DCN(1, 1);
328 dv[k] = us * (DCN(0, 1) - DCN(0, 0)) + u * (DCN(1, 1) - DCN(1, 0));
380 dv[k] = DCN(0, 1) - DCN(0, 0);
438 dv[k] = us * DCN(0, 2) + u * DCN(1, 2);
195 _math_de_casteljau_surf(GLfloat * cn, GLfloat * out, GLfloat * du, GLfloat * dv, GLfloat u, GLfloat v, GLuint dim, GLuint uorder, GLuint vorder) argument
/external/eigen/bench/
H A Dspmv.cpp83 DenseVector dv(cols), res(rows);
84 dv.setRandom();
109 SPMV_BENCH(res.noalias() += sm * dv; )
112 SPMV_BENCH(res.noalias() += sm.transpose() * dv; )
139 ov = oski_CreateVecView(dv.data(), cols, STRIDE_UNIT);
177 Map<Matrix<Scalar,Dynamic,1> >(&uv[0], cols) = dv;
195 Map<Matrix<Scalar,Dynamic,1> >(&gv[0], cols) = dv;
/external/eigen/test/
H A Dblock.cpp152 DynamicVectorType dv; local
157 dv.setZero();
159 dv = m1.row(r1).segment(c1,c2-c1+1);
160 VERIFY_IS_EQUAL(dv, dm);
162 dv.setZero();
164 dv = m1.block(r1,c1,r2-r1+1,c2-c1+1).col(0);
165 VERIFY_IS_EQUAL(dv, dm);
167 dv.setZero();
169 dv = m1.row(r1).segment(c1,c2-c1+1);
170 VERIFY_IS_EQUAL(dv, d
[all...]
/external/opencv/cvaux/src/
H A Dcvsegment.cpp266 int dv[3];
268 dv[0] = src[0] - src[-src_step];
270 dv[1] = src[1] - src[1-src_step];
272 dv[2] = src[2] - src[2-src_step];
275 m[2] = dh[0]*dv[0] + dh[1]*dv[1] + dh[2]*dv[2];
276 m[1] = dv[0]*dv[0] + dv[
[all...]
/external/jdiff/
H A Dxerces.jar ... org/apache/xerces/impl/dtd/models/ org/apache/xerces/impl/dv/ org/apache/xerces/impl/dv/dtd/ org/apache/xerces/impl ...
/external/mksh/src/
H A Dmisc.c1961 const char *dv = go->optarg; local
1965 switch (*dv) {
1967 dv = "/dev/null";
1970 ++dv;
1975 if (stat(dv, &sb)) {
1976 cp = shf_smprintf("/dev/ttyC%s", dv);
1977 dv = cp;
1978 if (stat(dv, &sb)) {
1980 dv = cp + 1;
1981 if (stat(dv,
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Ddiv.c109 /* BN_div computes dv := num / divisor, rounding towards
110 * zero, and sets up rm such that dv*divisor + rm = num holds.
112 * dv->neg == num->neg ^ divisor->neg (unless the result is zero)
114 * If 'dv' or 'rm' is NULL, the respective value is not returned. */
115 int BN_div(BIGNUM *dv, BIGNUM *rm, const BIGNUM *num, const BIGNUM *divisor, argument
148 if (dv != NULL) {
149 BN_zero(dv);
158 if (dv == NULL) {
161 res = dv;
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2798 #define DINDEX(dv,p) DM(((DMUL(0x1824429d,dv)) >> (32-D_BITS)))
2800 #define DINDEX(dv,p) DM((dv) + ((dv) >> (32-D_BITS)))
2956 # define _DINDEX(dv,p) (_DV_A((p),DL_SHIFT))
2960 # define DVAL_FIRST(dv,p) dv = _DV_A((p),DL_SHIFT)
2961 # define DVAL_NEXT(dv,p) dv
3008 DVAL_ASSERT(lzo_xint dv, const lzo_bytep p) argument
3230 lzo_uint32 dv; local
[all...]
/external/clang/test/Analysis/
H A Dderived-to-base.cpp56 DV dv; local
57 dv.setX();
58 clang_analyzer_eval(dv.getX() == 42); // expected-warning{{TRUE}}

Completed in 465 milliseconds

12345