Home
last modified time | relevance | path

Searched refs:_v (Results 1 – 25 of 61) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/util/
Du_atomic.h45 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument
46 #define p_atomic_read(_v) (*(_v)) argument
92 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument
93 #define p_atomic_read(_v) (*(_v)) argument
142 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument
143 #define p_atomic_read(_v) (*(_v)) argument
184 #define p_atomic_set(_v, _i) (*(_v) = (_i)) argument
185 #define p_atomic_read(_v) (*(_v)) argument
186 #define p_atomic_dec_zero(_v) ((boolean) --(*(_v))) argument
187 #define p_atomic_inc(_v) ((void) (*(_v))++) argument
[all …]
Du_format_yuv.h69 const int _v = scale * ( (0.439f * _r) - (0.368f * _g) - (0.071f * _b)); in util_format_rgb_float_to_yuv() local
73 *v = _v + 128; in util_format_rgb_float_to_yuv()
83 const int _v = v - 128; in util_format_yuv_to_rgb_float() local
89 *r = scale * (y_factor * _y + 1.596f * _v); in util_format_yuv_to_rgb_float()
90 *g = scale * (y_factor * _y - 0.391f * _u - 0.813f * _v); in util_format_yuv_to_rgb_float()
111 const int _v = v - 128; in util_format_yuv_to_rgb_8unorm() local
113 const int _r = (298 * _y + 409 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
114 const int _g = (298 * _y - 100 * _u - 208 * _v + 128) >> 8; in util_format_yuv_to_rgb_8unorm()
/external/libopus/celt/
Dentcode.c41 int ec_ilog(opus_uint32 _v){ in ec_ilog() argument
47 ret=!!_v; in ec_ilog()
48 m=!!(_v&0xFFFF0000)<<4; in ec_ilog()
49 _v>>=m; in ec_ilog()
51 m=!!(_v&0xFF00)<<3; in ec_ilog()
52 _v>>=m; in ec_ilog()
54 m=!!(_v&0xF0)<<2; in ec_ilog()
55 _v>>=m; in ec_ilog()
57 m=!!(_v&0xC)<<1; in ec_ilog()
58 _v>>=m; in ec_ilog()
[all …]
Decintrin.h84 int ec_ilog(opus_uint32 _v);
/external/lzma/CPP/Common/
DMyVector.h406 CPointerVector _v; variable
408 unsigned Size() const { return _v.Size(); } in Size()
409 bool IsEmpty() const { return _v.IsEmpty(); } in IsEmpty()
410 void ReserveDown() { _v.ReserveDown(); } in ReserveDown()
412 void ClearAndReserve(unsigned newCapacity) { Clear(); _v.ClearAndReserve(newCapacity); } in ClearAndReserve()
418 _v.ConstructReserve(size); in CObjectVector()
420 _v.AddInReserved(new T(v[i])); in CObjectVector()
426 _v.Reserve(size);
428 _v.AddInReserved(new T(v[i]));
435 _v.Reserve(Size() + size);
[all …]
/external/kernel-headers/original/uapi/linux/
Dvm_sockets.h122 #define VM_SOCKETS_VERSION_EPOCH(_v) (((_v) & 0xFF000000) >> 24) argument
129 #define VM_SOCKETS_VERSION_MAJOR(_v) (((_v) & 0x00FF0000) >> 16) argument
135 #define VM_SOCKETS_VERSION_MINOR(_v) (((_v) & 0x0000FFFF)) argument
/external/toybox/tests/
Dlsattr.test148 _v="12345"
149 testing "lsattr -v file" "chattr -v $_v * && lsattr -v file" \
150 "$_v $_A file\n" "" ""
151 testing "lsattr -v file_path" "chattr -v $_v * && lsattr -v $_p/file" \
152 "$_v $_A $_p/file\n" "" ""
153 testing "lsattr -Radlv file1 file2" "chattr -v $_v * &&
155 "$_v file $sp_44 No_Atime\n$_v input $sp_44 ---\n" "" ""
/external/tremolo/Tremolo/
Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
158 { *(_x)=MULT32(_a,_t)+MULT32(_b,_v); \
159 *(_y)=MULT32(_b,_t)-MULT32(_a,_v); }
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
161 { *(_x)=MULT31(_a,_t)+MULT31(_b,_v); \
162 *(_y)=MULT31(_b,_t)-MULT31(_a,_v); }
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument
164 { *(_x)=MULT31(_a,_t)-MULT31(_b,_v); \
165 *(_y)=MULT31(_b,_t)+MULT31(_a,_v); }
/external/opencv3/modules/video/test/
Dtest_optflowpyrlk.cpp73 CvMat *_u = 0, *_v = 0, *_v2 = 0; in run() local
93 _v = (CvMat*)cvLoad( filename ); in run()
95 if( !_v ) in run()
103 _v->cols != 2 || CV_MAT_TYPE(_v->type) != CV_32F || _v->rows != _u->rows ) in run()
112 v = (CvPoint2D32f*)_v->data.fl; in run()
205 cvReleaseMat( &_v ); in run()
/external/opencv3/modules/calib3d/test/
Dtest_chesscorners_timing.cpp68 CvMat* _v = 0; in run() local
134 _v = cvCreateMat(1, count0, CV_32FC2); in run()
137 v = (CvPoint2D32f*)_v->data.fl; in run()
169 cvReleaseMat( &_v ); in run()
178 cvReleaseMat( &_v ); in run()
/external/clang/test/SemaObjC/
Dunused-backing-ivar-warning.m22 return _v;
25 - (void) setV:(id)newV { // expected-warning {{ivar '_v' which backs the property is not referenced…
35 return _v;
39 return _v;
/external/eigen/test/
Dexceptions.cpp29 ScalarWithExceptions(const float& _v) { init(); *v = _v; } in ScalarWithExceptions() argument
/external/libxml2/result/HTML/
Dwired.html.err161 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O
164 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O
167 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O
170 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O
173 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O
176 <option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&O
179 option value="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&OPs
182 lue="http://www.hotbot.com/?SM=MC&DV=0&LG=any&RD=RG&DC=10&DE=2&_v=2&OPs=MDRTP&MT
/external/eigen/unsupported/test/
Dforward_adolc.cpp46 …void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) co… in operator ()()
48 Matrix<T,ValuesAtCompileTime,1>& v = *_v; in operator ()()
Dautodiff.cpp52 …void operator() (const Matrix<T,InputsAtCompileTime,1>& x, Matrix<T,ValuesAtCompileTime,1>* _v) co… in operator ()()
54 Matrix<T,ValuesAtCompileTime,1>& v = *_v; in operator ()()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DConvexH.java131 public HalfEdge(short _ea, short _v, short _p) { in HalfEdge() argument
132 this(LinearMathJNI.new_ConvexH_HalfEdge__SWIG_1(_ea, _v, _p), true); in HalfEdge()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtConvexHull.h136 HalfEdge(short _ea,unsigned char _v, unsigned char _p):ea(_ea),v(_v),p(_p){} in HalfEdge() argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c550 #define VERT_X(_v) _v->v.x argument
551 #define VERT_Y(_v) _v->v.y argument
552 #define VERT_Z(_v) _v->v.z argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
Dd3d11spikysphere.hlsl171 float3 _v = normalize(cross(s, _u));
173 float3 dc_dV = s * dot(dd, _v) + _v * d;
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c428 #define VERT_X(_v) _v->v.x argument
429 #define VERT_Y(_v) _v->v.y argument
430 #define VERT_Z(_v) _v->v.z argument
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp319 int _v; member
320 int& GetV() { return _v; } in GetV()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c647 #define VERT_X(_v) _v->v.x argument
648 #define VERT_Y(_v) _v->v.y argument
649 #define VERT_Z(_v) _v->v.z argument
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/
Des-ES_map-xsampa_aut.utf14 …-}' '{XS:*}' '{XS:_"}' '{XS:~}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_v}'
33 …_"}' '{XS:~}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_v}' '{XS:_t}' '{XS:_…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
Dfr-FR_map-xsampa_aut.utf15 …'{XS:_w}' '{XS:_v}' '{XS:_t}' '{XS:_r}' '{XS:_q}' '{XS:_o}' '{XS:_n}' '{XS:_m}' '{XS:_l}' …
35 …*}' '{XS:_"}' '{XS:`}' '{XS:_~}' '{XS:_}}' '{XS:_x}' '{XS:_w}' '{XS:_v}' '{XS:_t}' '{XS:_…
/external/opencv3/modules/calib3d/src/
Dstereosgbm.cpp223 __m128i _v = _mm_loadu_si128((const __m128i*)(prow2 + width-x-1 + d)); in calcPixelCostBT() local
227 __m128i c1 = _mm_max_epu8(_mm_subs_epu8(_v, _u1), _mm_subs_epu8(_u0, _v)); in calcPixelCostBT()
266 __m128i _v = _mm_loadu_si128((const __m128i*)(prow2 + width-1-x + d)); in calcPixelCostBT() local
267 __m128i diff = _mm_adds_epu8(_mm_subs_epu8(_u,_v), _mm_subs_epu8(_v,_u)); in calcPixelCostBT()

123