HomeSort by relevance Sort by last modified time
    Searched refs:z1 (Results 1 - 25 of 116) 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
  /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/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
GuiComparator.java 47 float z1 = o1.getWorldTranslation().getZ(); local
49 if (z1 > z2)
51 else if (z1 < z2)
  /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/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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jfdctint.c 145 INT32 z1, z2, z3, z4, z5; local
177 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100);
178 dataptr[2] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp13, FIX_0_765366865),
180 dataptr[6] = (DCTELEM) DESCALE(z1 + MULTIPLY(tmp12, - FIX_1_847759065),
188 z1 = tmp4 + tmp7;
198 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
206 dataptr[7] = (DCTELEM) DESCALE(tmp4 + z1 + z3, CONST_BITS-PASS1_BITS);
209 dataptr[1] = (DCTELEM) DESCALE(tmp7 + z1 + z4, CONST_BITS-PASS1_BITS);
242 z1 = MULTIPLY(tmp12 + tmp13, FIX_0_541196100)
    [all...]
fpdfapi_jidctred.c 124 INT32 z1, z2, z3, z4; local
172 z1 = DEQUANTIZE(inptr[DCTSIZE*7], quantptr[DCTSIZE*7]);
177 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
182 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
231 z1 = (INT32) wsptr[7];
236 tmp0 = MULTIPLY(z1, - FIX_0_211164243) /* sqrt(2) * (c3-c1) */
241 tmp2 = MULTIPLY(z1, - FIX_0_509795579) /* sqrt(2) * (c7-c5) */
276 INT32 tmp0, tmp10, z1; local
308 z1 = DEQUANTIZE(inptr[DCTSIZE*0], quantptr[DCTSIZE*0]);
309 tmp10 = z1 << (CONST_BITS+2)
    [all...]
fpdfapi_jidctint.c 155 INT32 z1, z2, z3, z4, z5; local
210 z1 = MULTIPLY(z2 + z3, FIX_0_541196100);
211 tmp2 = z1 + MULTIPLY(z3, - FIX_1_847759065);
212 tmp3 = z1 + MULTIPLY(z2, FIX_0_765366865);
234 z1 = tmp0 + tmp3;
244 z1 = MULTIPLY(z1, - FIX_0_899976223); /* sqrt(2) * (c7-c3) */
252 tmp0 += z1 + z3;
255 tmp3 += z1 + z4;
315 z1 = MULTIPLY(z2 + z3, FIX_0_541196100)
    [all...]
  /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...]
  /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...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
Well1024a.java 94 final int z1 = v0 ^ (vM1 ^ (vM1 >>> 8)); local
96 final int z3 = z1 ^ z2;
97 final int z4 = (z0 ^ (z0 << 11)) ^ (z1 ^ (z1 << 7)) ^ (z2 ^ (z2 << 13));
Well19937a.java 95 final int z1 = (v0 ^ (v0 << 25)) ^ (vM1 ^ (vM1 >>> 27)); local
97 final int z3 = z1 ^ z2;
98 final int z4 = z0 ^ (z1 ^ (z1 << 9)) ^ (z2 ^ (z2 << 21)) ^ (z3 ^ (z3 >>> 21));
Well19937c.java 95 final int z1 = (v0 ^ (v0 << 25)) ^ (vM1 ^ (vM1 >>> 27)); local
97 final int z3 = z1 ^ z2;
98 int z4 = z0 ^ (z1 ^ (z1 << 9)) ^ (z2 ^ (z2 << 21)) ^ (z3 ^ (z3 >>> 21));
Well44497a.java 96 final int z1 = (v0 ^ (v0 << 24)) ^ (vM1 ^ (vM1 >>> 30)); local
98 final int z3 = z1 ^ z2;
101 final int z4 = z0 ^ (z1 ^ (z1 >>> 20)) ^ z2Second ^ z3;
Well44497b.java 98 final int z1 = (v0 ^ (v0 << 24)) ^ (vM1 ^ (vM1 >>> 30)); local
100 final int z3 = z1 ^ z2;
103 int z4 = z0 ^ (z1 ^ (z1 >>> 20)) ^ z2Second ^ z3;
Well512a.java 94 final int z1 = (vi ^ (vi << 16)) ^ (vi1 ^ (vi1 << 15)); local
96 final int z3 = z1 ^ z2;
97 final int z4 = (z0 ^ (z0 << 2)) ^ (z1 ^ (z1 << 18)) ^ (z2 << 28) ^ (z3 ^ ((z3 << 5) & 0xda442d24));

Completed in 704 milliseconds

1 2 3 4 5