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

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cimag.c 35 const double_complex z1 = { .f = z }; local
37 return (IMAGPART(z1));
s_cimagf.c 35 const float_complex z1 = { .f = z }; local
37 return (IMAGPART(z1));
s_cimagl.c 35 const long_double_complex z1 = { .f = z }; local
37 return (IMAGPART(z1));
  /external/clang/test/CodeGenCXX/
const-global-linkage.cpp 11 const char z1[] = "asdf"; variable
14 // CHECK-NOT: @z1
microsoft-abi-vtables-multiple-nonvirtual-inheritance-vdtors.cpp 6 virtual void z1();
16 // CHECK-NEXT: 1 | void A::z1()
  /external/clang/test/CodeGen/
block-3.c 17 Z z1; local
18 B b1 = ^(Z z1) { return 1; };
19 b1(z1);
  /external/eigen/unsupported/Eigen/src/MoreVectorization/
MathFunctions.h 44 Packet4f z1,z2;//will need them during computation local
56 z1=pmadd(p4f_minus_half,a,p4f_half);
57 Packet4f x1=psqrt(z1);
58 Packet4f s1=pmadd(p4f_asin1, z1, p4f_asin2);
59 Packet4f s2=pmadd(s1, z1, p4f_asin3);
60 Packet4f s3=pmadd(s2,z1, p4f_asin4);
61 Packet4f s4=pmadd(s3,z1, p4f_asin5);
62 Packet4f temp=pmul(s4,z1);//not really a madd but a mul by z so that the next term can be a madd
63 z1=pmadd(temp,x1,x1);
64 z1=padd(z1,z1)
    [all...]
  /external/clang/test/PCH/
cxx1y-default-initializer.cpp 17 int z1, z2 = z1; member in struct:B
18 constexpr B(int k) : z1(k) {}
  /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/chromium_org/third_party/libjpeg_turbo/
jidctint.c 176 INT32 z1, z2, z3, z4, z5; local
231 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
232 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
233 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
255 z1 = tmp0 + tmp3;
265 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
273 tmp0 += z1 + z3;
276 tmp3 += z1 + z4;
336 z1 = MULTIPLY(z2 + z3, FIX_0_541196100)
428 INT32 z1, z2, z3; local
577 INT32 z1, z2, z3; local
698 INT32 z1, z2, z3; local
903 INT32 z1, z2, z3, z4; local
1075 INT32 z1, z2, z3, z4, z5; local
1270 INT32 z1, z2, z3, z4; local
1464 INT32 z1, z2, z3, z4; local
1680 INT32 z1, z2, z3, z4; local
1908 INT32 z1, z2, z3, z4; local
2134 INT32 z1, z2, z3, z4; local
2376 INT32 z1, z2, z3, z4; local
    [all...]
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...]
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/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/clang/test/Preprocessor/
line-directive.c 62 typedef int z1; // ok typedef
63 typedef int z1; // ok typedef
  /external/compiler-rt/test/msan/
chained_origin_memcpy.cc 3 // RUN: FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-Z1 < %t.out
12 // RUN: FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-Z1 < %t.out
42 int volatile z1; local
44 fn_f(z1, z2);
59 // CHECK-Z1: Uninitialized value was created by an allocation of 'z1' in the stack frame of function 'main'
  /external/jpeg/
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...]
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...]
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...]
  /external/openssl/crypto/ec/
ec2_mult.c 109 /* Compute the x-coordinate x1/z1 for the point (x1/z1)+(x2/x2) in Montgomery
115 static int gf2m_Madd(const EC_GROUP *group, const BIGNUM *x, BIGNUM *x1, BIGNUM *z1,
129 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err;
130 if (!group->meth->field_mul(group, t2, x1, z1, ctx)) goto err;
131 if (!BN_GF2m_add(z1, z1, x1)) goto err;
132 if (!group->meth->field_sqr(group, z1, z1, ctx)) goto err
224 BIGNUM *x1, *x2, *z1, *z2; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.h 44 void compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2,
46 void compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2,
  /external/icu/icu4c/source/test/intltest/
tzrulets.h 44 void compareTransitionsAscending(BasicTimeZone& z1, BasicTimeZone& z2,
46 void compareTransitionsDescending(BasicTimeZone& z1, BasicTimeZone& z2,
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.c 115 const char *z1; local
119 z1 = zStr;
121 char c = *z1;
127 z2 = z1;
132 z2 = &z1[1];
138 if( sqlite3Fts3IsIdChar(*z1) ){
139 z2 = &z1[1];
142 z1++;
147 *pn = (int)(z2-z1);
148 return z1;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-frontface.c 21 #define z1 0.4 macro
48 { 0.2, -0.9, z1, 1.0 },
53 { -0.2, 0.8, z1, 1.0 },
58 { 0.9, 0.8, z1, 1.0 },
63 { 0.8, -0.9, z1, 1.0 },
fs-write-z.c 24 #define z1 0.4 macro
52 { 0.2, -0.9, z1, 1.0 },
57 { -0.2, 0.8, z1, 1.0 },
62 { 0.9, 0.8, z1, 1.0 },
67 { 0.8, -0.9, z1, 1.0 },
  /external/mesa3d/src/gallium/tests/graw/
fs-frontface.c 21 #define z1 0.4 macro
48 { 0.2, -0.9, z1, 1.0 },
53 { -0.2, 0.8, z1, 1.0 },
58 { 0.9, 0.8, z1, 1.0 },
63 { 0.8, -0.9, z1, 1.0 },

Completed in 1163 milliseconds

1 2 3 4 5