/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 );
|
/external/skia/src/animator/ |
SkPathParts.h | 93 SkScalar x3; member in class:SkCubicTo
|
/external/skia/src/core/ |
SkBitmapProcState_sample.h | 100 SRCTYPE x3 = srcAddr[UNPACK_SECONDARY_SHORT(xx1)]; local 105 *colors++ = RETURNDST(x3);
|
/external/srtp/tables/ |
aes_tables.c | 94 uint32_t x1, x2, x3; local 104 x3 = x2 ^ x1; 109 tmp.v8[3] = x3; 112 tmp.v8[0] = x3; 119 tmp.v8[1] = x3; 126 tmp.v8[2] = x3;
|
/external/v8/test/mjsunit/ |
smi-ops-inlined.js | 238 var x3 = 0x40000000; variable 239 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)"); 245 x3 = 2 246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
|
smi-ops.js | 245 var x3 = 0x40000000; variable 246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)"); 252 x3 = 2 253 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
p_med_ol.c | 174 Word16 x1, x2, x3, x4, x5; local 179 x3 = x[0]; 189 if (x3 < x1) 192 x1 = x3; 193 x3 = tmp; 205 if (x3 < x2) 208 x2 = x3; 209 x3 = tmp; 221 if (x4 < x3) 223 x3 = x4 [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
idct_vca.cpp | 160 int32 x0, x1, x3, x5, x7;//, x8; local 169 x3 = x7; 176 blk[24] = (x0 + x3) >> 8; 180 blk[32] = (x0 - x3) >> 8; 187 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 221 x3 = x7; 234 res = (x2 + x3) >> 14; 240 res = (x2 - x3) >> 14; 259 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 277 x3 = x7 296 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 373 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8; local 507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local 580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local [all...] |
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
RotateFilter.java | 146 Point x3 = new Point(0.5f * (cosTheta - sinTheta + 1f), local 148 Quad quad = new Quad(x0, x1, x2, x3);
|
/system/bt/stack/smp/ |
p_256_ecc_pp.c | 50 DWORD *x3; local 63 x3=q->x; y3=q->y; z3=q->z; 82 multiprecision_mersenns_squa_mod(x3, t2, keyLength); // x3=t2^2 84 multiprecision_sub_mod(x3, x3, t1, keyLength); // x3=x3-t1 85 multiprecision_sub_mod(t1, t3, x3, keyLength); // t1=t3-x3 97 DWORD *x3; local [all...] |
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 126 x3 = j3; 143 QUARTERROUND( x3, x7,x11,x15) 147 QUARTERROUND( x3, x4, x9,x14) 152 x3 = PLUS(x3,j3); 170 x3 = XOR(x3,U8TO32_LITTLE(m + 12)); 194 U32TO8_LITTLE(c + 12,x3);
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityMagnificationTest.java | 207 final float x3 = 700; local 227 controller.setCenter(x3, y3, true);
|
/development/perftests/panorama/feature_stab/db_vlvm/ |
db_utilities_camera.h | 50 \return K(3x3) intrinsic calibration matrix 63 Make a 3x3 identity matrix 72 Invert intrinsic calibration matrix K(3x3) 158 double x3,m; local 160 x3=H[6]*x[0]+H[7]*x[1]+H[8]; 161 if(x3!=0.0) 163 m=1.0/x3;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
BicubicSplineInterpolatingFunction.java | 399 final double x3 = x2 * x; local 400 final double[] pX = {1, x, x2, x3}; 515 final double x3 = x2 * x; 516 final double[] pX = {1, x, x2, x3}; 538 final double x3 = x2 * x; 539 final double[] pX = {1, x, x2, x3};
|
TricubicSplineInterpolatingFunction.java | 461 final double x3 = x2 * x; local 462 final double[] pX = { 1, x, x2, x3 };
|
/external/boringssl/src/crypto/cipher/ |
e_rc2.c | 126 uint16_t x0, x1, x2, x3, t; local 134 x3 = (uint16_t)(l >> 16L); 141 t = (x0 + (x1 & ~x3) + (x2 & x3) + *(p0++)) & 0xffff; 143 t = (x1 + (x2 & ~x0) + (x3 & x0) + *(p0++)) & 0xffff; 145 t = (x2 + (x3 & ~x1) + (x0 & x1) + *(p0++)) & 0xffff; 147 t = (x3 + (x0 & ~x2) + (x1 & x2) + *(p0++)) & 0xffff; 148 x3 = (t << 5) | (t >> 11); 156 x0 += p1[x3 & 0x3f]; 159 x3 += p1[x2 & 0x3f] 170 uint16_t x0, x1, x2, x3, t; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/ |
SecP192K1FieldElement.java | 150 int[] x3 = Nat192.create(); local 151 SecP192K1Field.square(x2, x3); 152 SecP192K1Field.multiply(x3, x1, x3); 154 SecP192K1Field.squareN(x3, 3, x6); 155 SecP192K1Field.multiply(x6, x3, x6); 164 SecP192K1Field.multiply(x19, x3, x19); 182 SecP192K1Field.multiply(t1, x3, t1); 184 SecP192K1Field.multiply(t1, x3, t1); 187 int[] t2 = x3; [all...] |
SecP224K1FieldElement.java | 157 int[] x3 = x2; local 158 SecP224K1Field.square(x2, x3); 159 SecP224K1Field.multiply(x3, x1, x3); 161 SecP224K1Field.square(x3, x4); 168 SecP224K1Field.multiply(x11, x3, x11); 196 SecP224K1Field.multiply(t1, x3, t1);
|
SecP256K1FieldElement.java | 151 int[] x3 = Nat256.create(); local 152 SecP256K1Field.square(x2, x3); 153 SecP256K1Field.multiply(x3, x1, x3); 155 SecP256K1Field.squareN(x3, 3, x6); 156 SecP256K1Field.multiply(x6, x3, x6); 159 SecP256K1Field.multiply(x9, x3, x9); 180 SecP256K1Field.multiply(x223, x3, x223);
|
/external/ceres-solver/internal/ceres/ |
trust_region_minimizer_test.cc | 93 const double x3 = state[2]; local 99 << "x3=" << x3 << ", " 103 const double f2 = sqrt(5.0) * (x3 - x4); 104 const double f3 = pow(x2 - 2.0 * x3, 2.0); 144 2.0*(x2 - 2.0*x3)*(1.0 - 2.0*x3), 152 2.0*(x2 - 2.0*x3)*(x2 - 2.0), 173 gradient[column_index++] = f1 * 10.0 + f3 * 2.0 * (x2 - 2.0 * x3); 178 f2 * sqrt(5.0) + f3 * (2.0 * 2.0 * (2.0 * x3 - x2)) [all...] |
/external/clang/test/CodeGen/ |
override-layout.c | 39 // CHECK: Type: struct X3 40 struct X3 { 45 void use_X3() { struct X3 x3; x3.y = sizeof(struct X3); }; local
|
/external/clang/test/Layout/ |
ms-vtordisp-local.cpp | 84 int x3[sizeof(HasVtorDisp2)]; local
|