HomeSort by relevance Sort by last modified time
    Searched defs:z2 (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
p4.cpp 21 const A<int> z2; local
22 int &ir1 = h(z2);
  /external/clang/test/CodeGenCXX/
const-global-linkage.cpp 12 const char z2[] = "zxcv"; variable
17 const char* b2() { return z2; }
  /external/clang/test/PCH/
cxx1y-default-initializer.cpp 17 int z1, z2 = z1; member in struct:B
variables.h 12 int z2 = 17; variable
variables.c 16 int z2 = 17; variable
36 int z2 = 18; // expected-error{{redefinition}} expected-note@16{{previous}} variable
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
GuiComparator.java 48 float z2 = o2.getWorldTranslation().getZ(); local
49 if (z1 > z2)
51 else if (z1 < z2)
  /external/aac/libAACdec/src/
ldfiltbank.cpp 111 FIXP_DBL z0, z2, tmp; local
113 z2 = x[N/2+i];
114 z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
129 z[N + i] = z2;
134 FIXP_DBL z0, z2, tmp0, tmp1; local
136 z2 = x[N/2+i];
137 z0 = z2 + ( fMultDiv2(z[N/2+i], fb[2*N + i]) >> (-WTS2-1) );
154 z[N + i] = z2;
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_filter_gnu.s 44 z2 .req r5 label
72 LDRSH z2, [pFilter, #m_z2]
92 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
94 MOV z2, z1 @ delay line
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
107 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
111 MOV z2, z1 @ delay line
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_filter_gnu.s 44 z2 .req r5 label
72 LDRSH z2, [pFilter, #m_z2]
92 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
94 MOV z2, z1 @ delay line
96 SMLABB tmp0, tmp0, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
107 SMLABB tmp2, z2, b2, tmp2 @ tmp2 = (-b1 * z1) + (-b2 * z2)
109 SMLABB tmp1, tmp1, K, tmp2 @ tmp1 = (K * x[n]) + (-b1 * z1) + (-b2 * z2)
111 MOV z2, z1 @ delay line
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
IFrameShimSupport.cpp 76 int z2 = ro2->style()->zIndex(); local
77 if (z1 > z2)
79 if (z1 < z2)
  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 44 Packet4f z1,z2;//will need them during computation local
71 z2=pmul(x2,x2);
72 Packet4f s1=pmadd(p4f_asin1, z2, p4f_asin2);
73 Packet4f s2=pmadd(s1, z2, p4f_asin3);
74 Packet4f s3=pmadd(s2,z2, p4f_asin4);
75 Packet4f s4=pmadd(s3,z2, p4f_asin5);
76 Packet4f temp=pmul(s4,z2);//not really a madd but a mul by z so that the next term can be a madd
77 z2=pmadd(temp,x2,x2);
82 z2 = _mm_andnot_ps(branch_mask, z2);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec2_mult.c 116 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
128 if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err;
143 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
153 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
161 BN_zero(z2);
165 if (BN_is_zero(z2))
168 if (!BN_GF2m_add(z2, x, y)) return 0;
181 if (!group->meth->field_mul(group, t3, z1, z2, ctx)) goto err;
185 if (!group->meth->field_mul(group, z2, z2, x, ctx)) goto err
220 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /external/clang/test/SemaCXX/
default2.cpp 92 Z z2; // expected-error{{no matching constructor for initialization}} local
97 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}}
102 Z z2(z); // expected-error{{no matching constructor for initialization of 'Z'}}
default-assignment-operator.cpp 27 Z z2; variable
33 z1 = z2;
  /external/jpeg/
jfdctflt.c 63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
102 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
109 dataptr[5] = z13 + z2; /* phase 6 */
110 dataptr[3] = z13 - z2;
152 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
159 dataptr[DCTSIZE*5] = z13 + z2; /* phase 6 */
160 dataptr[DCTSIZE*3] = z13 - z2;
jfdctfst.c 118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
158 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
165 dataptr[5] = z13 + z2; /* phase 6 */
166 dataptr[3] = z13 - z2;
208 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
215 dataptr[DCTSIZE*5] = z13 + z2; /* phase 6 */
216 dataptr[DCTSIZE*3] = z13 - z2;
jfdctint.c 144 INT32 z1, z2, z3, z4, z5; local
188 z2 = tmp5 + tmp6;
198 z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
206 dataptr[5] = (DCTELEM) DESCALE(tmp5 + z2 + z4, CONST_BITS-PASS1_BITS);
207 dataptr[3] = (DCTELEM) DESCALE(tmp6 + z2 + z3, CONST_BITS-PASS1_BITS);
253 z2 = tmp5 + tmp6;
263 z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) */
272 dataptr[DCTSIZE*5] = (DCTELEM) DESCALE(tmp5 + z2 + z4
    [all...]
jidctint.c 154 INT32 z1, z2, z3, z4, z5; local
206 z2 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
213 z2 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
216 tmp0 = (z2 + z3) << CONST_BITS;
217 tmp1 = (z2 - z3) << CONST_BITS;
234 z2 = tmp1 + tmp2;
244 z2 = MULTIPLY(z2, - FIX_2_562915447); /* sqrt(2) * (-c1-c3) *
    [all...]
jidctred.c 123 INT32 z1, z2, z3, z4; local
161 z2 = DEQUANTIZE(inptr[DCTSIZE*2], quantptr[DCTSIZE*2]);
164 tmp2 = MULTIPLY(z2, FIX_1_847759065) + MULTIPLY(z3, - FIX_0_765366865);
172 z2 = DEQUANTIZE(inptr[DCTSIZE*5], quantptr[DCTSIZE*5]);
177 + MULTIPLY(z2, FIX_1_451774981) /* sqrt(2) * (c3+c7) */
182 + MULTIPLY(z2, - FIX_0_601344887) /* sqrt(2) * (c5-c1) */
231 z2 = (INT32) wsptr[5];
236 + MULTIPLY(z2, FIX_1_451774981) /* sqrt(2) * (c3+c7) */
241 + MULTIPLY(z2, - FIX_0_601344887) /* sqrt(2) * (c5-c1) */
  /external/openssl/crypto/ec/
ec2_mult.c 116 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx)
128 if (!group->meth->field_mul(group, x1, x1, z2, ctx)) goto err;
143 /* Compute the x, y affine coordinates from the point (x1, z1) (x2, z2)
153 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx)
161 BN_zero(z2);
165 if (BN_is_zero(z2))
168 if (!BN_GF2m_add(z2, x, y)) return 0;
181 if (!group->meth->field_mul(group, t3, z1, z2, ctx)) goto err;
185 if (!group->meth->field_mul(group, z2, z2, x, ctx)) goto err
220 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
jfdctflt.c 63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local
102 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
109 dataptr[5] = z13 + z2; /* phase 6 */
110 dataptr[3] = z13 - z2;
152 z2 = ((FAST_FLOAT) 0.541196100) * tmp10 + z5; /* c2-c6 */
159 dataptr[DCTSIZE*5] = z13 + z2; /* phase 6 */
160 dataptr[DCTSIZE*3] = z13 - z2;
jfdctfst.c 118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local
158 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
165 dataptr[5] = z13 + z2; /* phase 6 */
166 dataptr[3] = z13 - z2;
208 z2 = MULTIPLY(tmp10, FIX_0_541196100) + z5; /* c2-c6 */
215 dataptr[DCTSIZE*5] = z13 + z2; /* phase 6 */
216 dataptr[DCTSIZE*3] = z13 - z2;
  /external/chromium_org/third_party/sqlite/src/test/
threadtest1.c 227 char z1[30], z2[30]; local
230 sprintf(z2, "%d", i*i);
231 db_check(zFilename, "readback", az, z1, z2, 0);
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 90 static void z2(){ function in class:lookup_dependent_base_class_static_function::B
  /external/opencv/cv/src/
cvlinefit.cpp 107 float x2 = 0, y2 = 0, z2 = 0, xy = 0, yz = 0, xz = 0; local
131 z2 += z * z * w;
151 z2 += z * z;
164 z2 /= w0;
175 dz2 = z2 - z0 * z0;

Completed in 357 milliseconds

1 2 3