/external/clang/test/CodeGenCXX/ |
const-global-linkage.cpp | 9 const char z1[] = "asdf"; variable 11 // CHECK-NOT: @z1
|
/external/clang/test/Preprocessor/ |
line-directive.c | 59 typedef int z1; // ok typedef 60 typedef int z1; // ok typedef
|
/external/libgsm/src/ |
preprocess.c | 40 word z1 = S->z1; local 78 s1 = SO - z1; /* s1 = gsm_sub( *so, z1 ); */ 79 z1 = SO; 110 S->z1 = z1;
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
ARM-E_filter_gnu.s | 43 z1 .req r4
label 71 LDRSH z1, [pFilter, #m_z1]
91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
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)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
101 STRH z1, [pBuffer], #NEXT_OUTPUT_PCM @ write back to buffer
103 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1 [all...] |
eas_wtengine.c | 358 EAS_I32 z1; local 368 z1 = pFilter->z1; 383 acc1 = z1 * b1; 386 z2 = z1; 389 z1 = acc0 >> 14; 390 *pAudioBuffer++ = (EAS_I16) z1; 394 pFilter->z1 = (EAS_I16) z1;
|
eas_wtengine.h | 78 EAS_I16 z1; /* 1 sample delay state variable */ member in struct:s_filter_control_tag
|
/external/sonivox/arm-wt-22k/lib_src/ |
ARM-E_filter_gnu.s | 43 z1 .req r4
label 71 LDRSH z1, [pFilter, #m_z1]
91 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1
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)
100 MOV z1, tmp0, ASR #14 @ shift result to low word
101 STRH z1, [pBuffer], #NEXT_OUTPUT_PCM @ write back to buffer
103 SMULBB tmp2, z1, b1 @ tmp2 = z1 * -b1 [all...] |
eas_wtengine.c | 358 EAS_I32 z1; local 368 z1 = pFilter->z1; 383 acc1 = z1 * b1; 386 z2 = z1; 389 z1 = acc0 >> 14; 390 *pAudioBuffer++ = (EAS_I16) z1; 394 pFilter->z1 = (EAS_I16) z1;
|
eas_wtengine.h | 78 EAS_I16 z1; /* 1 sample delay state variable */ member in struct:s_filter_control_tag
|
/external/openssl/crypto/des/ |
qud_cksm.c | 79 DES_LONG z0,z1,t0,t1; local 97 z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]); 117 t1=z1; 121 z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL; 129 (*lp).b = z1; 133 *lp++ = z1;
|
/external/webkit/Source/WebCore/plugins/ |
IFrameShimSupport.cpp | 75 int z1 = ro1->style()->zIndex(); local 77 if (z1 > z2) 79 if (z1 < z2)
|
/external/clang/test/SemaCXX/ |
default-constructor-initializers.cpp | 46 struct Z1 { // expected-error {{must explicitly initialize the reference member 'z'}} \ 54 Z1 z1; // expected-note {{first required here}} variable
|
default-assignment-operator.cpp | 26 Z z1; variable 33 z1 = z2;
|
/external/jpeg/ |
jfdctflt.c | 63 FAST_FLOAT z1, z2, z3, z4, z5, z11, z13; local 90 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */ 91 dataptr[2] = tmp13 + z1; /* phase 5 */ 92 dataptr[6] = tmp13 - z1; 140 z1 = (tmp12 + tmp13) * ((FAST_FLOAT) 0.707106781); /* c4 */ 141 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */ 142 dataptr[DCTSIZE*6] = tmp13 - z1;
|
jfdctfst.c | 118 DCTELEM z1, z2, z3, z4, z5, z11, z13; local 146 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 147 dataptr[2] = tmp13 + z1; /* phase 5 */ 148 dataptr[6] = tmp13 - z1; 196 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_707106781); /* c4 */ 197 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */ 198 dataptr[DCTSIZE*6] = tmp13 - z1;
|
jfdctint.c | 144 INT32 z1, z2, z3, z4, z5; local 176 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100); 177 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865), 179 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065), 187 z1 = tmp4 + tmp7; 197 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */ 205 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS); 208 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS); 241 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100) [all...] |
jidctint.c | 154 INT32 z1, z2, z3, z4, z5; local 209 z1 = MULTIPLY(z2 + z3, FIX_0_541196100); 210 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065); 211 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865); 233 z1 = tmp0 + tmp3; 243 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */ 251 tmp0 += z1 + z3; 254 tmp3 += z1 + z4; 314 z1 = MULTIPLY(z2 + z3, FIX_0_541196100) [all...] |
jidctred.c | 123 INT32 z1, z2, z3, z4; local 171 z1 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]); 176 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */ 181 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */ 230 z1 = (INT32) wsptr[7]; 235 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */ 240 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */ 275 INT32 tmp0, tmp10, z1; local 307 z1 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]); 308 tmp10 = z1 << (CONST_BITS+2) [all...] |
/external/openssl/crypto/ec/ |
ec2_mult.c | 107 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery 113 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1, 127 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err; 128 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err; 129 if (!BN_GF2m_add(z1, z1, x1)) goto err; 130 if (!group->meth->field_sqr(group, z1, z1, ctx)) goto err 218 BIGNUM *x1, *x2, *z1, *z2; local [all...] |
/external/libgsm/inc/ |
private.h | 23 word z1; /* preprocessing.c, Offset_com. */ member in struct:gsm_state
|
/external/qemu/fpu/ |
softfloat-macros.h | 122 uint64_t z0, z1; local 126 z1 = a1; 130 z1 = ( a0<<negCount ) | ( a1 != 0 ); 135 z1 = a0 | ( a1 != 0 ); 138 z1 = ( ( a0 | a1 ) != 0 ); 142 *z1Ptr = z1; 159 uint64_t z0, z1; local 163 z1 = a1; 167 z1 = ( a0<<negCount ) | ( a1>>count ); 171 z1 = ( count < 64 ) ? ( a0>>( count & 63 ) ) : 0 194 uint64_t z0, z1; local 252 uint64_t z0, z1, z2; local 329 uint64_t z0, z1, z2; local 357 uint64_t z1; local 386 uint64_t z0, z1, z2; local 442 uint64_t z0, z1, z2; local 468 uint64_t z0, zMiddleA, zMiddleB, z1; local 505 uint64_t z0, z1, z2, more1; local 535 uint64_t z0, z1, z2, z3; local [all...] |
/external/icu4c/test/intltest/ |
tzregts.cpp | 79 TimeZone *z1 = TimeZone::createTimeZone("PST"); local 81 if (z1 == z2) 83 delete z1; 919 SimpleTimeZone* z1 = new SimpleTimeZone(offset, "_std_zone_"); local [all...] |
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 152 float z1 = (float) (yf[1] * xf[0] * b * d); local 157 z1 = (float)((_CV_ATAN_CF0*fabs(z1) + _CV_ATAN_CF1)*z1 + icvAtanTab[idx[1]]); 162 angle[i+1] = z1; [all...] |
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 262 float z1 = z0; local 288 else if (z > z1) { 289 z1 = z; 299 float dz = z1 - z0; 315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) { 316 return x0 * x1 + y0 * y1 + z0 * z1;
|
/packages/apps/Gallery/src/com/android/camera/ |
CropImage.java | 765 float z1 = thisWidth / width * .6F; local 768 float zoom = Math.min(z1, z2);
|