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

1 2 3 4

  /external/clang/test/CodeGenCXX/
const-global-linkage.cpp 12 const char z2[] = "zxcv"; variable
17 const char* b2() { return z2; }
  /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/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/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/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/jpeg/
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...]
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...]
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/qemu/distrib/jpeg-6b/
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...]
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...]
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/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/clang/test/PCH/
variables.c 16 int z2 = 17; variable
36 int z2 = 18; // expected-error{{redefinition}} expected-note@16{{previous}} variable
variables.h 12 int z2 = 17; variable
  /external/icu4c/test/intltest/
tzrulets.h 44 void compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2,
46 void compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& 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/qemu/fpu/
softfloat-macros.h 252 uint64_t z0, z1, z2; local
256 z2 = a2;
262 z2 = a1<<negCount;
268 z2 = a1;
274 z2 = a0<<negCount;
278 z2 = ( count == 128 ) ? a0 : ( a0 != 0 );
284 z2 |= ( a2 != 0 );
286 *z2Ptr = z2;
329 uint64_t z0, z1, z2; local
332 z2 = a2<<count
386 uint64_t z0, z1, z2; local
442 uint64_t z0, z1, z2; local
505 uint64_t z0, z1, z2, more1; local
535 uint64_t z0, z1, z2, z3; 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'}}
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 84 #define __TGMATH_CPLX_2(z1,z2,R,C) \
85 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
86 __tg_choose_2 (__real__(z1), __real__(z2), \
87 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
88 __tg_choose_2 (z1, z2, \
89 R##f(z1,z2), (R)(z1,z2), R##l(z1,z2)))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
tgmath.h 84 #define __TGMATH_CPLX_2(z1,z2,R,C) \
85 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
86 __tg_choose_2 (__real__(z1), __real__(z2), \
87 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
88 __tg_choose_2 (z1, z2, \
89 R##f(z1,z2), (R)(z1,z2), R##l(z1,z2)))
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 89 #define __TGMATH_CPLX_2(z1,z2,R,C) \
90 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
91 __tg_choose_2 (__real__(z1), __real__(z2), \
92 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
93 __tg_choose_2 (z1, z2, \
95 R##f((float)(z1),(float)(z2)), (R)(z1,z2), R##l(z1,z2)))
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 89 #define __TGMATH_CPLX_2(z1,z2,R,C) \
90 __builtin_choose_expr (__tg_cplx(z1) || __tg_cplx(z2), \
91 __tg_choose_2 (__real__(z1), __real__(z2), \
92 C##f(z1,z2), (C)(z1,z2), C##l(z1,z2)), \
93 __tg_choose_2 (z1, z2, \
95 R##f((float)(z1),(float)(z2)), (R)(z1,z2), R##l(z1,z2)))
    [all...]

Completed in 557 milliseconds

1 2 3 4