/external/clang/test/PCH/ |
D | reinclude2.h | 1 int q1 = A::x; variable
|
/external/eigen/test/ |
D | geo_quaternion.cpp | 24 template<typename QuatType> void check_slerp(const QuatType& q0, const QuatType& q1) in check_slerp() 72 Quaternionx q1, q2; in quaternion() local 188 Quaternionx q1 = MQuaternionA(array1); in mapQuaternion() local 211 QuaternionA *q1 = ::new(reinterpret_cast<void*>(array1)) QuaternionA; in quaternionAlignment() local
|
D | geo_eulerangles.cpp | 23 Quaternionx q1; in eulerangles() local
|
D | geo_transformations.cpp | 45 Quaternionx q1, q2; in non_projective_only() local 123 Quaternionx q1, q2; in transformations() local
|
/external/webp/src/dsp/ |
D | dec_sse2.c | 279 #define GET_NOTHEV(p1, p0, q0, q1, hev_thresh, not_hev) { \ argument 292 #define GET_BASE_DELTA(p1, p0, q0, q1, o) { \ argument 327 const __m128i* q1, int thresh, __m128i *mask) { in NeedsFilter() 347 const __m128i* q1, int thresh) { in DoFilter2() 368 __m128i* q0, __m128i* q1, in DoFilter4() 415 __m128i* q0, __m128i* q1, __m128i *q2, in DoFilter6() 515 __m128i* q0, __m128i* q1) { in Load16x4() 558 __m128i* q0, __m128i* q1) { in Store16x4() 602 __m128i q1 = _mm_loadu_si128((__m128i*)&p[stride]); in SimpleVFilter16SSE2() local 612 __m128i p1, p0, q0, q1; in SimpleHFilter16SSE2() local [all …]
|
D | dec_neon.c | 34 #define NEEDS_FILTER(p1, p0, q0, q1, thresh, mask) \ argument 43 #define GET_BASE_DELTA(p1, p0, q0, q1, o) \ argument 62 #define DO_FILTER2(p1, p0, q0, q1, thresh) \ argument
|
D | dec.c | 489 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2() local 499 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4() local 513 const int q0 = p[0], q1 = p[step], q2 = p[2*step]; in do_filter6() local 527 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev() local 532 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in needs_filter() local 539 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; in needs_filter2() local
|
/external/fdlibm/ |
D | e_sqrt.c | 100 unsigned r,t1,s1,ix1,q1; local
|
D | e_jn.c | 161 double q0,q1,h,tmp; int k,m; local
|
/external/libvpx/vp8/common/ |
D | loopfilter_filters.c | 28 uc p3, uc p2, uc p1, uc p0, uc q0, uc q1, uc q2, uc q3) in vp8_filter_mask() 43 static __inline signed char vp8_hevmask(signed char thresh, uc p1, uc p0, uc q0, uc q1) in vp8_hevmask() 281 …gned char vp8_simple_filter_mask(signed char limit, signed char flimit, uc p1, uc p0, uc q0, uc q1) in vp8_simple_filter_mask() 297 signed char q1 = (signed char) * oq1 ^ 0x80; in vp8_simple_filter() local
|
/external/webp/src/enc/ |
D | filter.c | 52 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2() local 62 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4() local 75 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev() local 80 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in needs_filter() local 87 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; in needs_filter2() local
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | e_sqrt.h | 146 u_int32_t r,t1,s1,ix1,q1; local
|
/external/v8/test/mjsunit/ |
D | indexed-accessors.js | 91 var q1 = {}; variable
|
/external/llvm/include/llvm/Analysis/ |
D | Trace.h | 105 iterator erase(iterator q1, iterator q2) { return BasicBlocks.erase (q1, q2); } in erase()
|
/external/clang/test/CodeGenCXX/ |
D | copy-assign-synthesis.cpp | 65 Q q1, q2; member
|
D | copy-assign-synthesis-1.cpp | 81 Q q1, q2; member
|
/external/eigen/test/eigen2/ |
D | eigen2_geometry.cpp | 57 Quaternionx q1, q2; in geometry() local
|
D | eigen2_geometry_with_eigen2_prefix.cpp | 59 Quaternionx q1, q2; in geometry() local
|
/external/opencv/cv/src/ |
D | cvthresh.cpp | 211 double mu1 = 0, q1 = 0; in icvGetThreshVal_Otsu() local
|
D | cvtemplmatch.cpp | 344 double *q0, *q1, *q2, *q3; in cvMatchTemplate() local
|
/external/clang/test/SemaCXX/ |
D | overload-call.cpp | 155 char* q1 = quals1(p); in test_quals() local 176 int* q1 = quals_rank1(p); in test_quals_ranking() local
|
/external/eigen/Eigen/src/Jacobi/ |
D | Jacobi.h | 170 RealScalar q1 = internal::norm1(q); in makeGivens() local
|
/external/speex/libspeex/ |
D | kiss_fft.c | 286 int u,k,q1,q; in kf_bfly_generic() local
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | PlatformPathWinCE.cpp | 180 static inline int quadrantDiff(int q1, int q2) in quadrantDiff() 425 int q1 = quadrant(endPoint, data.m_center); in inflateRectToContainMe() local
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Quaternion.java | 181 public Quaternion(Quaternion q1, Quaternion q2, float interp) { in Quaternion() method in Quaternion 629 public Quaternion slerp(Quaternion q1, Quaternion q2, float t) { in slerp()
|