HomeSort by relevance Sort by last modified time
    Searched refs:dv (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bc-data.c 110 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
    [all...]
  /external/clang/test/Sema/
overloadable-complex.c 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
6 char *cp2 = foo(dv);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
16 char *cp2 = foo(dv);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
25 char *cp2 = foo(dv);
overloadable.c 12 void test_f(int iv, float fv, double dv) {
15 double *dp = f(dv);
  /external/clang/test/SemaCXX/
complex-overload.cpp 4 void test_foo_1(float fv, double dv, float _Complex fc, double _Complex dc) {
6 char *cp2 = foo(dv);
14 void test_foo_2(float fv, double dv, float _Complex fc, double _Complex dc) {
16 char *cp2 = foo(dv);
23 void test_foo_3(float fv, double dv, float _Complex fc, double _Complex dc) {
25 char *cp2 = foo(dv);
  /external/clang/test/CodeGen/
overloadable.c 19 double dv = 4.0; local
25 dv = f(dv);
  /external/llvm/lib/CodeGen/
ExecutionDepsFix.cpp 176 DomainValue *retain(DomainValue *DV) {
177 if (DV) ++DV->Refs;
178 return DV;
184 void setLiveReg(int rx, DomainValue *DV);
187 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")
668 DomainValue *dv = nullptr; local
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SourceInterpreter.java 156 SourceValue dv = (SourceValue) v; local
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.size, dw.size), s);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_div.c 67 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->top=1
    [all...]
bn_recp.c 130 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
139 if (dv != NULL)
140 d=dv;
207 bn_check_top(dv);
  /external/openssl/crypto/bn/
bn_div.c 67 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->top=1
    [all...]
bn_recp.c 130 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
139 if (dv != NULL)
140 d=dv;
207 bn_check_top(dv);
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_AOC.c 158 AKFVEC dv[AKFS_HBUF_SIZE]; local
178 dv[0].v[j] = out[1].v[j] - out[0].v[j];
182 dv[i].v[j] = v[i].v[j] - out[0].v[j];
184 tempv.v[0] = dv[0].v[1]*dv[i].v[2] - dv[0].v[2]*dv[i].v[1];
185 tempv.v[1] = dv[0].v[2]*dv[i].v[0] - dv[0].v[0]*dv[i].v[2]
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base_gcc_x86.hpp 35 inline int atomic_exchange_and_add( int * pw, int dv )
38 // *pw += dv;
48 "m"( *pw ), "1"( dv ): // inputs (%2, %3 == %1)
sp_counted_base_spin.hpp 30 inline int atomic_exchange_and_add( int * pw, int dv )
35 *pw += dv;
  /external/clang/test/FixIt/
fixit-function-call.cpp 72 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/
vbo_exec_eval.c 195 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[3]*vertex[1]
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 195 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[3]*vertex[1]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_eval.h 89 * 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,
  /external/mesa3d/src/mesa/math/
m_eval.h 89 * 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,
  /ndk/tests/device/test-stlport_shared-exception/jni/
pr23299.cpp 43 D dv; member in struct:E
  /ndk/tests/device/test-stlport_static-exception/jni/
pr23299.cpp 43 D dv; member in struct:E
  /external/eigen/bench/
spmv.cpp 83 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;
  /system/vold/
main.cpp 174 DirectVolume *dv = NULL; local
189 dv = new DirectVolume(vm, &(fstab->recs[i]), flags);
191 if (dv->addPath(fstab->recs[i].blk_device)) {
197 vm->addVolume(dv);
  /external/eigen/test/
block.cpp 152 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, dm)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
interaction_based.hpp 129 T generic_return( DefaultValueType const& dv )
133 std::string const& res = return_value( (ws << dv).str() );
136 return dv;

Completed in 945 milliseconds

1 2 3 4 5 6