HomeSort by relevance Sort by last modified time
    Searched defs:x3 (Results 51 - 75 of 1804) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/base/services/tests/servicestests/src/com/android/server/
Vector3Test.java 34 private AnyMotionDetector.Vector3 x3; field in class:Vector3Test
55 x3 = new AnyMotionDetector.Vector3(0, 3, 0, 0);
112 AnyMotionDetector.Vector3 x3Normalized = x3.normalized();
  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct.c 87 register SINT32 x0, x1, x2, x3, x4, x5, x6, x7,temp; local
95 x3 = (pInVect[1] + pInVect[7]) >>1;
123 /* rearrangement of x1,x3,x5,x7 as in (15) */
126 x3 = ( x3 <<1 ) - x5 ;
127 x1 -= x3 >>1 ;
135 /* rearrangement of x3 and x7 as in (15) */
136 x3 -= x7;
140 /* 2-point IDCT of x3 and x7 and post-multiplication as in (15) */
141 temp = x3 ;
    [all...]
  /device/google/contexthub/lib/nanohub/
aes.c 206 uint32_t x0, x1, x2, x3; //we CAN use an array, but then GCC will not use registers. so we use separate vars. sigh... local
213 x3 = *src++ ^ *k++;
223 ror(FwdTab0[(x3 >> 0) & 0xff], 24);
228 ror(FwdTab0[(x3 >> 8) & 0xff], 16) ^
233 ror(FwdTab0[(x3 >> 16) & 0xff], 8) ^
237 x3 = *k++ ^
238 ror(FwdTab0[(x3 >> 24) & 0xff], 0) ^
253 (((uint32_t)(FwdSbox[(x3 >> 0) & 0xff])) << 0);
258 (((uint32_t)(FwdSbox[(x3 >> 8) & 0xff])) << 8) ^
263 (((uint32_t)(FwdSbox[(x3 >> 16) & 0xff])) << 16)
276 uint32_t x0, x1, x2, x3; local
    [all...]
  /external/boringssl/src/crypto/poly1305/
poly1305_arm.c 44 uint32_t x3 = r->v[6]; local
58 x3 += x2 >> 26;
60 x4 += x3 >> 26;
61 x3 &= 0x3ffffff;
71 y3 = x3 + (y2 >> 26);
81 y3 ^= x3;
93 y3 ^= x3;
107 uint32_t x3 = x->v[6]; local
114 x3 += x2 >> 26;
116 x4 += x3 >> 26
    [all...]
  /external/ceres-solver/examples/
more_garbow_hillstrom.cc 179 const T x3 = x[2]; member in namespace:ceres::examples
182 residual[0] = T(10.0) * (x3 - T(10.0) * theta);
184 residual[2] = x3;
197 const T x3 = x[2]; member in namespace:ceres::examples
207 residual[i - 1] = T(y[i - 1]) - x1 + u / (v * x2 + w * x3);
224 const T x3 = x[2]; member in namespace:ceres::examples
232 residual[i] = x1 * exp(-x2 * (t_i - x3) * (t_i - x3) / T(2.0)) - y_i;
246 const T x3 = x[2]; member in namespace:ceres::examples
253 residual[i] = x1 * exp(x2 / (t + x3)) - y[i]
    [all...]
  /external/clang/test/ASTMerge/Inputs/
enum1.c 20 } x3; variable in typeref:enum:E3
enum2.c 20 } x3; variable in typeref:enum:E3
struct1.c 24 struct S3 { int i; float f; double d; } x3; variable in typeref:struct:S3
struct2.c 21 struct S3 { int i; float f; } x3; variable in typeref:struct:S3
  /external/clang/test/CodeGen/
decl.c 117 long x3(x0 x0a, x5 a) { function
regparm-struct.c 39 int x3; member in struct:s3
57 int x3; member in struct:s4
97 float x3; member in struct:s7
120 float x3; member in struct:s9
  /external/clang/test/CodeGenCXX/
anonymous-union-member-initializer.cpp 44 X x3; local
46 x3 = x1;
  /external/clang/test/Sema/
types.c 76 enum { e_2 } x3 __attribute__((vector_size(64))); // expected-error {{invalid vector element type}} variable in typeref:enum:__anon7931
  /external/clang/test/SemaTemplate/
instantiate-complete.cpp 68 struct X3 {
69 X3(T);
73 X3<X1<float> > x3 = x1; local
  /external/eigen/Eigen/src/Core/arch/SSE/
MathFunctions.h 81 Packet4f x3 = pmul(x2,x); local
90 y = pmadd(y, x3, y1);
91 y = pmadd(y, x3, y2);
92 y = pmul(y, x3);
  /external/freetype/src/cff/
cf2font.c 82 * | \ (x3,y3)
98 * (x3, y3) = (1667, 275)
129 FT_Int x3 = darkenParams[4]; local
185 else if ( scaledStem < cf2_intToFixed( x3 ) )
189 FT_Int xdelta = x3 - x2;
207 FT_Int xdelta = x4 - x3;
210 FT_DivFix( cf2_intToFixed( x3 ), ppem );
  /external/libavc/common/
ih264_ihadamard_scaling.c 96 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
114 x3 = x4 - x7;
117 pi4_tmp_ptr[1] = x2 + x3;
119 pi4_tmp_ptr[3] = x3 - x2;
136 x3 = x4 - x7;
139 pi4_tmp_ptr[4] = x2 + x3;
141 pi4_tmp_ptr[12] = x3 - x2;
ih264_iquant_itrans_recon.c 123 WORD16 x0, x1, x2, x3, i; local
154 x3 = q1 + (q3 >> 1);
156 pi2_tmp_ptr[0] = x0 + x3;
159 pi2_tmp_ptr[3] = x0 - x3;
177 x3 = pi2_tmp_ptr[4] + (pi2_tmp_ptr[12] >> 1);
180 i_macro = x0 + x3;
201 i_macro = x0 - x3;
416 /* x3 = z6 + z1 */
699 WORD16 x0, x1, x2, x3, i; local
734 x3 = q1 + (q3 >> 1)
    [all...]
ih264_resi_trans_quant.c 125 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
143 x3 = x4 - x7;
146 pi2_out_tmp[1] = (x3 <<1) + x2;
148 pi2_out_tmp[3] = x3 - (x2<<1);
170 x3 = x4 - x7;
185 i4_value = (x3 << 1) + x2;
195 i4_value = x3 - (x2 << 1);
273 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
291 x3 = x4 - x7;
294 pi2_out_tmp[1] = (x3 <<1) + x2
422 WORD32 x0,x1,x2,x3,x4,x5,x6,x7,i4_value; local
550 WORD32 x0, x1, x2, x3, x4, x5, x6, x7; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afmodule.c 188 FT_Int x3 = darken_params[4]; local
194 if ( x1 < 0 || x2 < 0 || x3 < 0 || x4 < 0 ||
196 x1 > x2 || x2 > x3 || x3 > x4 ||
204 module->darken_params[4] = x3;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cf2font.c 82 * | \ (x3,y3)
98 * (x3, y3) = (1667, 275)
129 FT_Int x3 = darkenParams[4]; local
185 else if ( scaledStem < cf2_intToFixed( x3 ) )
189 FT_Int xdelta = x3 - x2;
207 FT_Int xdelta = x4 - x3;
210 FT_DivFix( cf2_intToFixed( x3 ), ppem );
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/values/
MeshSpawnShapeValue.java 20 x3, y3, z3; field in class:MeshSpawnShapeValue.Triangle
23 float x3, float y3, float z3){
26 this.x3 = x3; this.y3 = y3; this.z3 = z3;
31 float x3, float y3, float z3, Vector3 vector){
33 return vector.set( x1 + a*(x2 - x1) + b*(x3 - x1),
40 return vector.set( x1 + a*(x2 - x1) + b*(x3 - x1),
UnweightedMeshSpawnShapeValue.java 50 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; local
51 Triangle.pick(x1, y1, z1, x2, y2, z2, x3, y3, z3, vector);
61 x3 = vertices[p3Offset], y3 = vertices[p3Offset+1], z3 = vertices[p3Offset+2]; local
62 Triangle.pick(x1, y1, z1, x2, y2, z2, x3, y3, z3, vector);
  /external/libvpx/libvpx/vpx_dsp/mips/
itrans4_dspr2.c 319 int x0, x1, x2, x3; local
324 x3 = input[3];
326 if (!(x0 | x1 | x2 | x3)) {
336 s5 = sinpi_2_9 * x3;
337 s6 = sinpi_4_9 * x3;
338 s7 = x0 - x2 + x3;
343 x3 = s2;
345 s0 = x0 + x3;
346 s1 = x1 + x3;
348 s3 = x0 + x1 - x3;
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2font.c 82 * | \ (x3,y3)
98 * (x3, y3) = (1667, 275)
129 FT_Int x3 = darkenParams[4]; local
185 else if ( scaledStem < cf2_intToFixed( x3 ) )
189 FT_Int xdelta = x3 - x2;
207 FT_Int xdelta = x4 - x3;
210 FT_DivFix( cf2_intToFixed( x3 ), ppem );

Completed in 5132 milliseconds

1 23 4 5 6 7 8 91011>>