Searched refs:vv (Results 1 - 25 of 92) sorted by relevance

1234

/external/compiler-rt/test/BlocksRuntime/
H A Dblockimport.c31 void (^vv)(void) = ^{
38 //printf("Block dump %s\n", _Block_dump(vv));
40 struct Block_layout *layout = (struct Block_layout *)(void *)vv;
47 void (^vvcopy)(void) = Block_copy(vv);
H A Dnestedimport.c30 void (^vv)(void) = ^{
37 vv();
/external/elfutils/tests/
H A Dtestfile_parameter_ref.c3 volatile int vv; variable
12 vv++;
/external/clang/test/Analysis/
H A Dunions.cpp79 IntOrString vv; local
80 vv.i = 5;
81 uu = vv;
90 IntOrString vv; local
92 vv.s = str;
95 uu = vv;
/external/clang/test/SemaCXX/
H A Dfor-range-no-std.cpp41 void (*vv[])() = {PR11601, PR11601, PR11601};
42 for (void (*i)() : vv) i();
/external/syslinux/lzo/src/
H A Dlzo_func.h343 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) argument
415 LZO_MEMOPS_COPY2(dd, &vv);
418 unsigned long v = vv;
422 d[0] = LZO_BYTE((vv )
432 lzo_memops_put_le32(lzo_voidp dd, lzo_uint32_t vv) argument
454 lzo_memops_put_ne16(lzo_voidp dd, lzo_uint16_t vv) argument
464 lzo_memops_put_ne32(lzo_voidp dd, lzo_uint32_t vv) argument
[all...]
/external/clang/test/CodeGen/
H A Doverloadable.c24 v4hi vv; local
30 vv = f(vv);
/external/opencv/cvaux/src/
H A Dcvfindhandregion.cpp75 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 local
[all...]
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_liveness.cpp251 bool liveness::remove_vec(vvec &vv) { argument
253 for (vvec::reverse_iterator I = vv.rbegin(), E = vv.rend(); I != E; ++I) {
281 bool liveness::add_vec(vvec &vv, bool src) { argument
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, boo argument
[all...]
H A Dsb_dce_cleanup.cpp145 bool dce_cleanup::cleanup_dst_vec(vvec& vv) { argument
148 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
H A Dsb_sched.h283 void release_src_vec(vvec &vv, bool src);
287 void init_uc_vec(container_node *c, vvec &vv, bool src);
303 bool map_src_vec(vvec &vv, bool src);
309 void update_live_src_vec(vvec &vv, val_set *born, bool src);
310 void update_live_dst_vec(vvec &vv);
H A Dsb_def_use.cpp88 void def_use::process_defs(node *n, vvec &vv, bool arr_def) { argument
90 for (vvec::iterator I = vv.begin(), E = vv.end(); I != E; ++I) {
/external/dng_sdk/source/
H A Ddng_point.h43 dng_point (int32 vv, int32 hh) argument
44 : v (vv)
80 dng_point_real64 (real64 vv, real64 hh) argument
81 : v (vv)
H A Ddng_temperature.cpp105 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/tensorflow/tensorflow/core/kernels/
H A Dadjust_saturation_op.cc90 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/clang/test/OpenMP/
H A Ddeclare_simd_codegen.cpp44 } vv; variable in typeref:class:VV
75 vv.add(res, res);
76 vv.taddpf(p, p);
77 vv.tadd(g, res);
/external/harfbuzz_ng/src/
H A Dgen-indic-table.py134 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/mksh/src/
H A DBuild.sh222 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 '|' "osleve
[all...]
/external/python/cpython2/Objects/
H A Dlongobject.c232 PyLong_AsLongAndOverflow(PyObject *vv, int *overflow) argument
243 if (vv == NULL) {
248 if(PyInt_Check(vv))
249 return PyInt_AsLong(vv);
251 if (!PyLong_Check(vv)) {
253 nb = vv->ob_type->tp_as_number;
259 vv = (*nb->nb_int) (vv);
260 if (vv == NULL)
263 if(PyInt_Check(vv)) {
364 PyLong_AsSsize_t(PyObject *vv) argument
409 PyLong_AsUnsignedLong(PyObject *vv) argument
453 PyLong_AsUnsignedLongMask(PyObject *vv) argument
481 _PyLong_Sign(PyObject *vv) argument
492 _PyLong_NumBits(PyObject *vv) argument
795 PyLong_AsVoidPtr(PyObject *vv) argument
939 PyLong_AsLongLong(PyObject *vv) argument
991 PyLong_AsUnsignedLongLong(PyObject *vv) argument
1016 PyLong_AsUnsignedLongLongMask(PyObject *vv) argument
1050 PyLong_AsLongLongAndOverflow(PyObject *vv, int *overflow) argument
2084 twodigits vv; local
[all...]
/external/vboot_reference/tests/
H A Drun_vbutil_kernel_arg_tests.sh70 vv=$(basename "$v")
71 echo -n "verify $vv ... "
80 echo -n "verify $vv signed ... "
/external/skia/tests/
H A DInterpolatorTest.cpp52 SkScalar vv[3];
53 REPORTER_ASSERT(reporter, memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
/external/skqp/tests/
H A DInterpolatorTest.cpp52 SkScalar vv[3];
53 REPORTER_ASSERT(reporter, memcmp(v, iset(vv, 60, 120, 180), sizeof(v)) == 0);
/external/toolchain-utils/go/
H A Dtest_go11 # Usage: test_go [-v] [-vv] [-full] <target>...
23 -vv) verbose_go_test="-v" ;;
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_eval.c179 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/python/cpython3/Objects/
H A Dlongobject.c392 PyLong_AsLongAndOverflow(PyObject *vv, int *overflow) argument
403 if (vv == NULL) {
408 if (PyLong_Check(vv)) {
409 v = (PyLongObject *)vv;
412 v = _PyLong_FromNbInt(vv);
506 PyLong_AsSsize_t(PyObject *vv) { argument
512 if (vv == NULL) {
516 if (!PyLong_Check(vv)) {
521 v = (PyLongObject *)vv;
561 PyLong_AsUnsignedLong(PyObject *vv) argument
605 PyLong_AsSize_t(PyObject *vv) argument
648 _PyLong_AsUnsignedLongMask(PyObject *vv) argument
702 _PyLong_Sign(PyObject *vv) argument
713 _PyLong_NumBits(PyObject *vv) argument
1007 PyLong_AsVoidPtr(PyObject *vv) argument
1187 PyLong_AsLongLong(PyObject *vv) argument
1239 PyLong_AsUnsignedLongLong(PyObject *vv) argument
1274 _PyLong_AsUnsignedLongLongMask(PyObject *vv) argument
1338 PyLong_AsLongLongAndOverflow(PyObject *vv, int *overflow) argument
2606 twodigits vv; local
[all...]

Completed in 745 milliseconds

1234