HomeSort by relevance Sort by last modified time
    Searched defs:vv (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/elfutils/tests/
testfile_parameter_ref.c 3 volatile int vv; variable
12 vv++;
  /external/clang/test/CodeGen/
overloadable.c 24 v4hi vv; local
30 vv = f(vv);
  /external/mesa3d/src/mesa/vbo/
vbo_exec_eval.c 179 GLfloat vv = (v - map->v1) * map->dv; local
187 uu, vv,
202 GLfloat vv = (v - map->v1) * map->dv; local
211 _math_de_casteljau_surf(map->Points, vertex, du, dv, uu, vv,
236 _math_horner_bezier_surf(map->Points, vertex, uu, vv,
  /external/clang/test/Analysis/
unions.cpp 79 IntOrString vv; local
80 vv.i = 5;
81 uu = vv;
90 IntOrString vv; local
92 vv.s = str;
95 uu = vv;
pr22954.c 672 union vv { union
678 union vv v32;
    [all...]
  /external/clang/test/OpenMP/
declare_simd_codegen.cpp 30 class VV {
44 } vv; variable in typeref:class:VV
75 vv.add(res, res);
76 vv.taddpf(p, p);
77 vv.tadd(g, res);
83 int bar(VV v, float *a) { return 0; }
86 float baz(VV v, int a[]) { return 0; }
89 double bay(VV v, double *&a) { return 0; }
92 void bax(VV v, double *a, int b) {}
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_liveness.cpp 251 bool liveness::remove_vec(vvec &vv) {
253 for (vvec::reverse_iterator I = vv.rbegin(), E = vv.rend(); I != E; ++I) {
281 bool liveness::add_vec(vvec &vv, bool src) {
283 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
348 gpr_array_vec &vv = sh.arrays(); local
349 for (gpr_array_vec::iterator I = vv.begin(), E = vv.end(); I != E;
359 void liveness::update_src_vec(vvec &vv, bool src)
    [all...]
sb_ra_coalesce.cpp 363 vvec vv = c->values; local
365 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E;
sb_shader.cpp 152 void shader::fill_array_values(gpr_array *a, vvec &vv) {
154 vv.resize(sz);
156 vv[i] = get_gpr_value(true, a->base_gpr.sel() + i, a->base_gpr.chan(),
367 value *vv = get_value(v->kind, v->select, ver); local
368 assert(vv);
371 vv->array = v->array;
374 return vv;
  /external/mksh/src/
Build.sh 222 vv() { function
226 eval "$@" >vv.out 2>&1
227 sed "s^${_c} " <vv.out
329 vv ']' "$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN conftest.c $LIBS $ccpr"
346 test -n "$vscan" && grep $vscan vv.out >/dev/null 2>&1 && fv=$fr
351 rmf conftest.c conftest.o ${tcfn}* vv.out
608 *.ll *.o *.gen *.cat1 Rebuild.sh lft no signames.inc test.sh x vv.out
679 vv ']' "${CC-cc} -E $CFLAGS $CPPFLAGS $NOWARN conftest.c | grep ct= | tr -d \\\\015 >x"
682 rmf x vv.out
1057 vv '|' "oslevel >&2
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldAndroidTreeMapTest.java 76 Integer vv = new Integer(val); local
77 String tms = tm.get(vv);
78 String hms = hm.get(vv);
97 Integer vv = new Integer(val); local
98 String tms = tm.get(vv);
99 String hms = hm.get(vv);
  /external/dng_sdk/source/
dng_temperature.cpp 105 real64 vv = v - kTempTable [index] . v; local
109 real64 dt = - uu * dv + vv * du;
144 vv = v - (kTempTable [index - 1] . v * f +
159 fTint = (uu * du + vv * dv) * kTintScale;
  /external/harfbuzz_ng/src/
gen-indic-table.py 134 vv = values[i].keys () variable
135 vv.sort ()
136 for v in vv:
250 vv = values[i].keys () variable
251 vv.sort ()
252 for v in vv:
  /external/tensorflow/tensorflow/core/kernels/
adjust_saturation_op.cc 90 float vv = std::max(r, std::max(g, b)); local
91 float range = vv - std::min(r, std::min(g, b));
92 if (vv > 0) {
93 *s = range / vv;
99 if (r == vv) {
101 } else if (g == vv) {
112 *v = vv;
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 75 float *vv = 0; local
108 vv = (float *) cvAlloc( count * sizeof( float ));
110 if( vv == NULL )
161 vv[i_point] = value;
176 l = cvRound( (vv[i] - vmin) / bsize );
229 if( vv[l] >= hand_left && vv[l] <= hand_right )
243 if( vv != NULL )
244 cvFree( &vv );
298 float *vv = 0 local
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
mct.c 402 __m128 vy, vu, vv; local
407 vv = _mm_load_ps(c2);
408 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv));
409 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv));
420 vv = _mm_load_ps(c2);
421 vr = _mm_add_ps(vy, _mm_mul_ps(vv, vrv));
422 vg = _mm_sub_ps(_mm_sub_ps(vy, _mm_mul_ps(vu, vgu)), _mm_mul_ps(vv, vgv));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
memoryobject.c 718 Py_buffer vv, ww; local
722 vv.obj = NULL;
726 if (PyObject_GetBuffer(v, &vv, PyBUF_CONTIG_RO) == -1) {
735 if (vv.itemsize != ww.itemsize || vv.len != ww.len)
738 equal = !memcmp(vv.buf, ww.buf, vv.len);
741 PyBuffer_Release(&vv);
751 PyBuffer_Release(&vv);
intobject.c 857 PyObject *vv, *ww, *result; local
868 vv = PyLong_FromLong(PyInt_AS_LONG(v));
869 if (vv == NULL)
873 Py_DECREF(vv);
876 result = PyNumber_Lshift(vv, ww);
877 Py_DECREF(vv);
883 vv = PyLong_FromLong(PyInt_AS_LONG(v));
884 if (vv == NULL)
888 Py_DECREF(vv);
891 result = PyNumber_Lshift(vv, ww);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
memoryobject.c 718 Py_buffer vv, ww; local
722 vv.obj = NULL;
726 if (PyObject_GetBuffer(v, &vv, PyBUF_CONTIG_RO) == -1) {
735 if (vv.itemsize != ww.itemsize || vv.len != ww.len)
738 equal = !memcmp(vv.buf, ww.buf, vv.len);
741 PyBuffer_Release(&vv);
751 PyBuffer_Release(&vv);
intobject.c 837 PyObject *vv, *ww, *result; local
848 vv = PyLong_FromLong(PyInt_AS_LONG(v));
849 if (vv == NULL)
853 Py_DECREF(vv);
856 result = PyNumber_Lshift(vv, ww);
857 Py_DECREF(vv);
863 vv = PyLong_FromLong(PyInt_AS_LONG(v));
864 if (vv == NULL)
868 Py_DECREF(vv);
871 result = PyNumber_Lshift(vv, ww);
    [all...]
object.c 769 Py_uintptr_t vv = (Py_uintptr_t)v; local
771 return (vv < ww) ? -1 : (vv > ww) ? 1 : 0;
    [all...]
  /external/python/cpython2/Objects/
memoryobject.c 718 Py_buffer vv, ww; local
722 vv.obj = NULL;
726 if (PyObject_GetBuffer(v, &vv, PyBUF_CONTIG_RO) == -1) {
735 if (vv.itemsize != ww.itemsize || vv.len != ww.len)
738 equal = !memcmp(vv.buf, ww.buf, vv.len);
741 PyBuffer_Release(&vv);
751 PyBuffer_Release(&vv);
  /external/syslinux/lzo/src/
lzo_func.h 343 unsigned long vv; local
344 __asm__("lhbrx %0,0,%1" : "=r" (vv) : "r" (s), "m" (*s));
345 v = (lzo_uint16_t) vv;
365 unsigned long vv; local
366 __asm__("lwbrx %0,0,%1" : "=r" (vv) : "r" (s), "m" (*s));
367 v = (lzo_uint32_t) vv;
412 __lzo_static_forceinline void lzo_memops_put_le16(lzo_voidp dd, lzo_uint16_t vv)
415 LZO_MEMOPS_COPY2(dd, &vv);
418 unsigned long v = vv;
422 d[0] = LZO_BYTE((vv ) & 0xff)
    [all...]
  /external/bzip2/
blocksort.c 843 Int32 vv; local
849 vv = runningOrder[i];
851 while ( BIGFREQ(runningOrder[j-h]) > BIGFREQ(vv) ) {
857 runningOrder[j] = vv;
  /packages/apps/Music/src/com/android/music/
TouchInterceptor.java 257 View vv = getChildAt(i); local
258 if (vv == null) {
267 if (vv.equals(first)) {
272 } else if (vv.equals(first)) {
274 if (mDragPos == mSrcDragPos || getPositionForView(vv) == getCount() - 1) {
289 ViewGroup.LayoutParams params = vv.getLayoutParams();
291 vv.setLayoutParams(params);
292 vv.setVisibility(visibility);

Completed in 996 milliseconds

1 2 3 4