Searched defs:q3 (Results 1 - 13 of 13) sorted by relevance

/external/eigen/test/
H A Dgeo_quaternion.cpp190 Quaternionx q3 = MQuaternionUA(array3unaligned); local
194 VERIFY_IS_APPROX(q1.coeffs(), q3.coeffs());
195 VERIFY_IS_APPROX(q4.coeffs(), q3.coeffs());
213 QuaternionUA *q3 = ::new(reinterpret_cast<void*>(arrayunaligned)) QuaternionUA; local
217 *q3 = *q1;
220 VERIFY_IS_APPROX(q1->coeffs(), q3->coeffs());
/external/icu4c/test/perf/howExpensiveIs/
H A Dsieve.cpp104 double qs(double *times, int n, double *q1, double *q2, double *q3) { argument
107 *q3 = medianof(times,n,3);
108 return *q3-*q1;
112 double q1,q2,q3; local
117 double iqr = qs(times,n,&q1,&q2,&q3);
119 double rangeMax = (q3+(1.5*iqr));
124 printf("iqr: %.9f, q1=%.9f, q2=%.9f, q3=%.9f, max=%.9f, n=%d\n", iqr,q1,q2,q3,(double)-1, n);
148 double iqr = qs(times,n,&q1,&q2,&q3);
150 rangeMax = (q3
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter_filters.c29 uc q0, uc q1, uc q2, uc q3)
37 mask |= (abs(q3 - q2) > limit);
27 vp8_filter_mask(uc limit, uc blimit, uc p3, uc p2, uc p1, uc p0, uc q0, uc q1, uc q2, uc q3) argument
/external/ceres-solver/include/ceres/
H A Drotation.h182 const T& q3 = quaternion[3]; local
183 const T sin_squared_theta = q1 * q1 + q2 * q2 + q3 * q3;
211 angle_axis[2] = q3 * k;
220 angle_axis[2] = q3 * k;
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp344 double *q0, *q1, *q2, *q3; local
431 q0 = q1 = q2 = q3 = 0;
467 q3 = q2 + templ->cols*cn;
505 t = q0[idx2+k] - q1[idx2+k] - q2[idx2+k] + q3[idx2+k];
/external/clang/test/Sema/
H A Darray-init.c88 short q3[4][3][2] = { local
122 short q3[4][3][] = { // expected-error{{array has incomplete element type 'short []'}} local
/external/clang/test/SemaCXX/
H A Doverload-call.cpp157 char* q3 = quals3(ppp); local
178 double* q3 = quals_rank1("string literal"); local
/external/libvpx/libvpx/vp8/common/mips/dspr2/
H A Dloopfilter_filters_dspr2.c54 uint32_t q3,
110 /* mask |= (abs(q3 - q2) > limit) */
111 "subu_s.qb %[c], %[q3], %[q2] \n\t"
112 "subu_s.qb %[r_k], %[q2], %[q3] \n\t"
121 [q2] "r" (q2), [q3] "r" (q3), [thresh] "r" (thresh)
43 vp8_filter_mask_vec_mips( uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask ) argument
/external/webp/src/dsp/
H A Ddec.c544 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; local
548 abs0[255 + p1 - p0] <= it && abs0[255 + q3 - q2] <= it &&
H A Ddec_sse2.c697 // Load q0, q1, q2, q3
716 __m128i p3, p2, p1, p0, q0, q1, q2, q3; local
722 Load16x4(p, p + 8 * stride, stride, &q0, &q1, &q2, &q3); // q0, q1, q2, q3
723 MAX_DIFF2(q3, q2, q1, q0, mask);
729 Store16x4(p, p + 8 * stride, stride, &q0, &q1, &q2, &q3);
746 // Load q0, q1, q2, q3
774 Load16x4(b, b + 8 * stride, stride, &q0, &q1, &t1, &t2); // q0, q1, q2, q3
797 // Load q0, q1, q2, q3
816 __m128i p3, p2, p1, p0, q0, q1, q2, q3; local
[all...]
/external/webp/src/enc/
H A Dfilter.c87 const int q0 = p[0], q1 = p[step], q2 = p[2*step], q3 = p[3*step]; local
91 abs0[255 + p1 - p0] <= it && abs0[255 + q3 - q2] <= it &&
/external/valgrind/main/VEX/priv/
H A Dhost_amd64_isel.c3637 AMD64RI* q3 = iselIntExpr_RI(env, e->Iex.Qop.details->arg1); local
3642 addInstr(env, AMD64Instr_Alu64M(Aalu_MOV, q3, m8_rsp));
/external/webkit/Source/JavaScriptCore/assembler/
H A DARMv7Assembler.h133 q3, enumerator in enum:JSC::ARMRegisters::__anon15537

Completed in 233 milliseconds