/external/openssl/crypto/rc2/ |
rc2_cbc.c | 140 register RC2_INT x0,x1,x2,x3,t; local 147 x2=(RC2_INT)l&0xffff; 156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; 158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; 160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; 161 x2=(t<<3)|(t>>13); 162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; 172 x2+=p1[x1&0x3f]; 173 x3+=p1[x2&0x3f] 185 register RC2_INT x0,x1,x2,x3,t; local [all...] |
/external/skia/src/utils/ |
SkCubicInterval.cpp | 50 SkScalar x2, SkScalar y2, 53 x2 = SkScalarPin(x2, 0, SK_Scalar1); 58 x2 *= 3; 61 SkScalar t = find_cubic_t(x1, x2 - 2*x1, x1 - x2 + SK_Scalar1, unitX);
|
/frameworks/av/media/libeffects/loudness/common/core/ |
math.h | 58 const T x2 = x * x; local 59 const T x3 = x2 * x; 60 const T x4 = x2 * x2; 61 const T x5 = x3 * x2; 62 return 1.0f + x + 0.5f * x2 +
|
/external/chromium_org/third_party/opus/src/silk/ |
stereo_MS_to_LR.c | 38 opus_int16 x2[], /* I/O Right input signal, becomes side signal */ 49 silk_memcpy( x2, state->sSide, 2 * sizeof( opus_int16 ) ); 51 silk_memcpy( state->sSide, &x2[ frame_length ], 2 * sizeof( opus_int16 ) ); 63 sum = silk_SMLAWB( silk_LSHIFT( (opus_int32)x2[ n + 1 ], 8 ), sum, pred0_Q13 ); /* Q8 */ 65 x2[ n + 1 ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sum, 8 ) ); 71 sum = silk_SMLAWB( silk_LSHIFT( (opus_int32)x2[ n + 1 ], 8 ), sum, pred0_Q13 ); /* Q8 */ 73 x2[ n + 1 ] = (opus_int16)silk_SAT16( silk_RSHIFT_ROUND( sum, 8 ) ); 80 sum = x1[ n + 1 ] + (opus_int32)x2[ n + 1 ]; 81 diff = x1[ n + 1 ] - (opus_int32)x2[ n + 1 ]; 83 x2[ n + 1 ] = (opus_int16)silk_SAT16( diff ) [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicBlend.cpp | 115 uint32_t x2 = xend; local 119 for (;x1 < x2; x1++, out++) { 124 for (;x1 < x2; x1++, out++, in++) { 134 if((x1 + 8) < x2) { 135 uint32_t len = (x2 - x1) >> 3; 143 for (;x1 < x2; x1++, out++, in++) { 153 if((x1 + 8) < x2) { 154 uint32_t len = (x2 - x1) >> 3; 162 for (;x1 < x2; x1++, out++, in++) { 172 if((x1 + 8) < x2) { [all...] |
/external/eigen/test/ |
smallvectors.cpp | 20 x2 = internal::random<Scalar>(), local 23 V2 v2(x1, x2); 24 V3 v3(x1, x2, x3); 25 V4 v4(x1, x2, x3, x4); 29 VERIFY_IS_APPROX(x2, v2.y()); 30 VERIFY_IS_APPROX(x2, v3.y()); 31 VERIFY_IS_APPROX(x2, v4.y());
|
/external/libvorbis/lib/ |
mdct.c | 222 DATA_TYPE *x2 = x + (points>>1) - 8; local 228 r0 = x1[6] - x2[6]; 229 r1 = x1[7] - x2[7]; 230 x1[6] += x2[6]; 231 x1[7] += x2[7]; 232 x2[6] = MULT_NORM(r1 * T[1] + r0 * T[0]); 233 x2[7] = MULT_NORM(r1 * T[0] - r0 * T[1]); 235 r0 = x1[4] - x2[4]; 236 r1 = x1[5] - x2[5]; 237 x1[4] += x2[4] 270 DATA_TYPE *x2 = x + (points>>1) - 8; local [all...] |
/external/chromium_org/cc/animation/ |
timing_function.cc | 18 static double eval_bezier(double x1, double x2, double t) { 20 const double x2_times_3 = 3.0 * x2; 29 double x2, 34 DCHECK_GE(1.0, x2); 35 DCHECK_LE(0.0, x2); 38 x2 = std::min(std::max(x2, 0.0), 1.0); 42 // eval_bezier(x1, x2, t) = x. There is a unique solution if x1 and x2 lie 50 const double error = eval_bezier(x1, x2, t) - x [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSTimingFunctionValue.h | 36 static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2) 38 return adoptRef(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2)); 45 double x2() const { return m_x2; } function in class:WebCore::CSSCubicBezierTimingFunctionValue 51 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2) 55 , m_x2(x2)
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 38 \param x2 image 1 point 2 47 double x1[3],double x2[3],double x3[3],double x4[3], 55 \param x2 image 1 point 2 62 double x1[3],double x2[3],double x3[3], 70 \param x2 image 1 point 2 77 double x1[3],double x2[3], 85 x[1]=x2; 96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude. 100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 38 \param x2 image 1 point 2 47 double x1[3],double x2[3],double x3[3],double x4[3], 55 \param x2 image 1 point 2 62 double x1[3],double x2[3],double x3[3], 70 \param x2 image 1 point 2 77 double x1[3],double x2[3], 85 x[1]=x2; 96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude. 100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_image_homography.h | 38 \param x2 image 1 point 2 47 double x1[3],double x2[3],double x3[3],double x4[3], 55 \param x2 image 1 point 2 62 double x1[3],double x2[3],double x3[3], 70 \param x2 image 1 point 2 77 double x1[3],double x2[3], 85 x[1]=x2; 96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude. 100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
|
/external/valgrind/main/none/tests/s390x/ |
opcodes.h | 29 #define RXY_RRRD(op1,r1,x2,b2,dl2,dh2,op2) \ 30 ".short 0x" #op1 #r1 #x2 "\n\t" \ 79 #define RXY_FRRD(op1,r1,x2,b2,dl2,dh2,op2) \ 80 ".short 0x" #op1 #r1 #x2 "\n\t" \ 87 #define RXY_URRD(op1,r1,x2,b2,dl2,dh2,op2) \ 88 ".short 0x" #op1 #r1 #x2 "\n\t" \ 106 #define AHY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,7a) 120 #define ALY(r1,x2,b2,dl2,dh2) RXY_RRRD(e3,r1,x2,b2,dl2,dh2,5e [all...] |
/external/ceres-solver/internal/ceres/ |
runtime_numeric_diff_cost_function_test.cc | 54 // y1 = x1'x2 -> dy1/dx1 = x2, dy1/dx2 = x1 55 // y2 = (x1'x2)^2 -> dy2/dx1 = 2 * x2 * (x1'x2), dy2/dx2 = 2 * x1 * (x1'x2) 56 // y3 = x2'x2 -> dy3/dx1 = 0, dy3/dx2 = 2 * x2 62 mutable_parameter_block_sizes()->push_back(5); // x2 94 double x2[] = { 9.0, 9.0, 5.0, 5.0, 1.0 }; local 167 double x2[5]; member in struct:ceres::internal::__anon1318 190 double *x2 = &(kTests[k].x2[0]); local [all...] |
numeric_diff_test_utils.h | 41 // y1 = x1'x2 -> dy1/dx1 = x2, dy1/dx2 = x1 42 // y2 = (x1'x2)^2 -> dy2/dx1 = 2 * x2 * (x1'x2), dy2/dx2 = 2 * x1 * (x1'x2) 43 // y3 = x2'x2 -> dy3/dx1 = 0, dy3/dx2 = 2 * x2 46 bool operator()(const double* x1, const double* x2, double* residuals) const [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery.flot.dashes.js | 71 x2 = points[i], 74 if (x1 == null || x2 == null) continue; 80 x1 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1; 84 x2 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1; 91 x1 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1; 95 x2 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1; 100 if (x1 <= x2 && x1 < axisx.min) { 101 if (x2 < axisx.min) continue [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery.flot.dashes.js | 71 x2 = points[i], 74 if (x1 == null || x2 == null) continue; 80 x1 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1; 84 x2 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1; 91 x1 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1; 95 x2 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1; 100 if (x1 <= x2 && x1 < axisx.min) { 101 if (x2 < axisx.min) continue [all...] |
/external/clang/test/CXX/dcl.decl/dcl.meaning/ |
p1.cpp | 5 template<typename T> struct x2; 13 struct PR8019::x2 { }; // expected-error{{non-friend class member 'x2' cannot have a qualified name}} struct in class:PR8019::y::PR8019
|
/external/clang/test/CXX/except/except.spec/ |
p14-ir.cpp | 15 struct X2 : X1 { 16 X2(); 28 void test(X2 x2, X3 x3, X5 x5) { 29 // CHECK: define linkonce_odr void @_ZN2X2C1ERKS_(%struct.X2* %this, %struct.X2*) unnamed_addr 33 X2 x2a(x2);
|
/external/clang/test/CXX/expr/expr.post/expr.call/ |
p7-0x.cpp | 7 struct X2 { 8 X2(); 9 ~X2(); 25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { 27 vararg(x2); // expected-error{{cannot pass object of non-trivial type 'X2' through variadic function; call will abort at runtime}}
|
/external/clang/test/Sema/ |
attr-regparm.c | 5 __attribute((regparm(-1))) int x2(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 35 x2 RN 11 label 76 LDM pSrc, {x0, x1, x2} 82 STM pDst!, {x0, x1, x2} ;// Store aligned output row 87 LDM pSrc, {x0, x1, x2} 96 ORR x1, x1, x2, LSL #24 97 MOV x2, x2, LSR #8 98 STM pDst!, {x0, x1, x2} ;// Store aligned output row 103 LDM pSrc, {x0, x1, x2} 112 ORR x1, x1, x2, LSL #1 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
armVCM4P10_InterpolateLuma_Align_unsafe_s.s | 35 x2 RN 11 label 76 LDM pSrc, {x0, x1, x2} 82 STM pDst!, {x0, x1, x2} ;// Store aligned output row 87 LDM pSrc, {x0, x1, x2} 96 ORR x1, x1, x2, LSL #24 97 MOV x2, x2, LSR #8 98 STM pDst!, {x0, x1, x2} ;// Store aligned output row 103 LDM pSrc, {x0, x1, x2} 112 ORR x1, x1, x2, LSL #1 [all...] |
/frameworks/base/libs/hwui/ |
Patch.cpp | 176 float x2 = 0.0f; local 185 x2 = x1 + floorf(segment * stretchX + 0.5f); 187 x2 = x1 + segment * rescaleX; 190 float uOffset = x1 == x2 ? 0.0f : 0.5 - (0.5 * segment / (x2 - x1)); 195 generateQuad(vertex, x1, y1, x2, y2, u1, v1, u2, v2, quadCount); 198 x1 = x2; 205 x2 = width; 206 generateQuad(vertex, x1, y1, x2, y2, u1, v1, 1.0f, v2, quadCount); 210 void Patch::generateQuad(TextureVertex*& vertex, float x1, float y1, float x2, float y2 [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/ |
pdata.h | 27 #define SITAR_LDOH_2P75_V 0x2 32 #define SITAR_CFILT3_SEL 0x2 36 #define TABLA_LDOH_2P75_V 0x2 41 #define TABLA_CFILT3_SEL 0x2 45 #define TAIKO_CFILT3_SEL 0x2 49 #define TAIKO_LDOH_2P75_V 0x2 54 #define TABLA_OCP_350_MA 0x2 62 #define TABLA_DCYCLE_767 0x2
|