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

12 3 4

  /prebuilts/gcc/linux-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/linux-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...]
  /external/clang/test/Analysis/
dead-stores.c 500 s_rdar8320674 * z2; local
503 z2 = z + m;
506 do{ (t).r = (*z2).r*(*tw1).r - (*z2).i*(*tw1).i; (t).i = (*z2).r*(*tw1).i + (*z2).i*(*tw1).r; }while(0);
508 do { (*z2).r=(*z).r-(t).r; (*z2).i=(*z).i-(t).i; }while(0);
510 ++z2;
  /external/clang/test/SemaCXX/
default-assignment-operator.cpp 27 Z z2; variable
33 z1 = z2;
  /external/v8/tools/
generate-ten-powers.scm 46 (*bx x (exptbx #z2 (fixnum->bignum by)))))
51 (/bx x (exptbx #z2 (fixnum->bignum by)))))
83 ((round) (let ((tmp (/bx (*bx #z2 x) y)))
84 (if (zerobx? (remainderbx tmp #z2))
85 (/bx tmp #z2)
86 (+bx (/bx tmp #z2) #z1))))))
106 (if (>bx (/bx (*bx #z2 two^e) ten^i) max-container)
  /external/jpeg/
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/qemu/distrib/jpeg-6b/
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/webkit/Source/WebCore/plugins/
IFrameShimSupport.cpp 76 int z2 = ro2->style()->zIndex(); local
77 if (z1 > z2)
79 if (z1 < z2)
  /frameworks/rs/scriptc/
rs_graphics.rsh 255 * @param z2
265 float x2, float y2, float z2,
281 * @param z2
297 float x2, float y2, float z2, float u2, float v2,
410 float x1, y1, z1, x2, y2, z2;
411 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
417 bBoxMax->z = z2;
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 255 * @param z2
265 float x2, float y2, float z2,
281 * @param z2
297 float x2, float y2, float z2, float u2, float v2,
410 float x1, y1, z1, x2, y2, z2;
411 rsgMeshComputeBoundingBox(mesh, &x1, &y1, &z1, &x2, &y2, &z2);
417 bBoxMax->z = z2;
  /frameworks/base/services/java/com/android/server/power/
WirelessChargerDetector.java 287 float x2, float y2, float z2) {
288 final double dotProduct = (x1 * x2) + (y1 * y2) + (z1 * z2);
290 final double mag2 = Math.sqrt((x2 * x2) + (y2 * y2) + (z2 * z2));
302 + ", x2=" + x2 + ", y2=" + y2 + ", z2=" + z2
  /external/v8/test/mjsunit/regress/
regress-1229.js 83 function h1(z2, y2) {
84 var local_z = z2 >> 1;
91 function h2(z2, y2, x2) {
92 var local_z = z2 >> 1;
99 function h3(z2, y2, x2) {
100 var local_z = z2 >> 1;
  /external/clang/test/SemaTemplate/
ms-lookup-template-base-classes.cpp 66 static void z2(){ function in class:lookup_dependent_base_class_static_function::B
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_wtengine.h 79 EAS_I16 z2; /* 2 sample delay state variable */ member in struct:s_filter_control_tag
eas_wtengine.c 359 EAS_I32 z2; local
369 z2 = pFilter->z2;
384 acc1 += z2 * b2;
386 z2 = z1;
395 pFilter->z2 = (EAS_I16) z2;
  /external/sonivox/arm-wt-22k/lib_src/
eas_wtengine.h 79 EAS_I16 z2; /* 2 sample delay state variable */ member in struct:s_filter_control_tag
eas_wtengine.c 359 EAS_I32 z2; local
369 z2 = pFilter->z2;
384 acc1 += z2 * b2;
386 z2 = z1;
395 pFilter->z2 = (EAS_I16) z2;
  /external/icu4c/test/intltest/
tzregts.cpp 80 TimeZone *z2 = TimeZone::createTimeZone("PST"); local
81 if (z1 == z2)
84 delete z2;
927 SimpleTimeZone* z2 = new SimpleTimeZone(offset, "_dst_zone_"); local
    [all...]
  /frameworks/base/core/java/android/util/
MathUtils.java 100 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) {
103 final float z = (z2 - z1);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 202 void drawLine(Canvas c, int x1, int y1, int z1, int x2, int y2, int z2) {
212 float newy2 = (float)(Math.sin(xrot) * z2 + Math.cos(xrot) * y2);
214 float newz2 = (float)(Math.cos(xrot) * z2 - Math.sin(xrot) * y2);
  /external/freetype/src/base/
ftcalc.c 892 FT_Int64 z1, z2;
897 ft_multo64( (FT_Int32)in_y, (FT_Int32)out_x, &z2 );
899 if ( z1.hi > z2.hi )
901 else if ( z1.hi < z2.hi )
903 else if ( z1.lo > z2.lo )
905 else if ( z1.lo < z2.lo )
  /external/clang/test/Index/
load-stmts.cpp 6 if (T *z2 = &x) { }
137 // CHECK: load-stmts.cpp:6:10: VarDecl=z2:6:10 (Definition) Extent=[6:7 - 6:17]
141 // CHECK: load-stmts.cpp:6:10: UnexposedExpr=z2:6:10 Extent=[6:10 - 6:12]
142 // CHECK: load-stmts.cpp:6:10: DeclRefExpr=z2:6:10 Extent=[6:10 - 6:12]
  /frameworks/rs/driver/
rsdGL.h 94 float x2, float y2, float z2, float u2, float v2,
  /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;
  /external/qemu/android/skin/
trackball.c 136 double d, n, z, d2, z2, cs, sn; local
148 z2 = -sn*d + cs*z;
153 vec[2] = z2;

Completed in 942 milliseconds

12 3 4