HomeSort by relevance Sort by last modified time
    Searched defs:y2 (Results 1 - 25 of 519) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
equ-reloc.s 7 .set x2, y2
15 y2: label
  /external/clang/test/CXX/temp/temp.param/
p15.cpp 12 Y<1 >> 2> *y2; // expected-warning{{use of right-shift operator ('>>') in template argument will require parentheses in C++11}} variable
  /external/clang/test/PCH/Inputs/
chain-external-defs2.h 5 int y2; variable
  /external/clang/test/SemaCXX/
cast-lvalue-to-rvalue-reference.cpp 7 S&& y2 = reinterpret_cast<S&&>(x); variable
align_value.cpp 25 nope<long double, 4> y2; variable
cxx0x-class.cpp 26 static constexpr float y2 = foo(); // expected-error {{must be initialized by a constant expression}} expected-note {{non-constexpr function 'foo'}} member in struct:rdar8367341::A
warn-literal-conversion.cpp 10 int y2 = (((1.2222F))); // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2222 to 1}} local
  /external/clang/test/PCH/
chain-external-defs.c 28 // YB: @y2 = global i32 18
29 // YB-NOT: @y2 = global i32 18
30 int y2 = 18; variable
  /external/clang/test/CXX/stmt.stmt/stmt.dcl/
p3-0x.cpp 39 Y y2; // expected-note{{jump bypasses variable with a non-trivial destructor}} local
  /external/clang/test/Modules/Inputs/odr/
b.h 4 } y2; variable in typeref:struct:Y
14 return y2.m + e2 + y2.f + (F<int>{0} == F<int>{1});
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactMassUtil.h 39 btScalar y2 = transform.getOrigin()[1]; local
40 y2*= y2;
44 btScalar ix = rotatedTensor[0][0]*(y2+z2);
46 btScalar iz = rotatedTensor[2][2]*(x2+y2);
54 btScalar y2 = point[1]*point[1]; local
56 return btVector3(mass*(y2+z2),mass*(x2+z2),mass*(x2+y2));
  /external/skia/src/animator/
SkDrawLine.h 24 SkScalar y2; member in class:SkLine
  /external/valgrind/memcheck/tests/
badrw.c 11 short y2; local
22 y2 = *x2;
23 *x2 = y2;
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_hypot.c 33 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
35 * y1= y with lower 32 bits chopped, y2 = y-y1.
57 double a,b,t1,t2,y1,y2,w; local
114 y2 = b - y1;
118 w = sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
e_hypotf.c 25 float a,b,t1,t2,y1,y2,w; local
74 y2 = b - y1;
77 w = __ieee754_sqrtf(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /device/google/dragon/audio/hal/dsp/
crossover.h 24 float y1, y2; member in struct:lr4
  /external/fdlibm/
e_hypot.c 30 * t1*y1+((x-y)*(x-y)+(t1*y2+t2*y))
32 * y1= y with lower 32 bits chopped, y2 = y-y1.
55 double a=x,b=y,t1,t2,y1,y2,w; local
104 y2 = b - y1;
108 w = ieee_sqrt(t1*y1-(w*(-w)-(t1*y2+t2*b)));
  /external/libvncserver/rfb/
rfbregion.h 15 int y2; member in struct:_rect
23 extern sraRegion *sraRgnCreateRect(int x1, int y1, int x2, int y2);
62 extern rfbBool sraClipRect2(int *x, int *y, int *x2, int *y2,
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 35 float x2, y2; member in struct:bezier
52 float x2, float y2,
  /external/tpm2/
Commit_fp.h 16 TPM2B_ECC_PARAMETER y2; member in struct:__anon23155
  /packages/apps/Launcher3/src/com/android/launcher3/util/
GridOccupancy.java 63 int y2 = y + spanY - 1; local
64 if (x < 0 || y < 0 || x2 >= mCountX || y2 >= mCountY) {
68 for (int j = y; j <= y2; j++) {
  /prebuilts/go/darwin-x86/test/bench/shootout/
pidigits.c 66 unsigned int y2 = k*2 + 1; local
70 mpz_mul_ui(accum, accum, y2);
72 mpz_mul_ui(denom, denom, y2);
  /prebuilts/go/linux-x86/test/bench/shootout/
pidigits.c 66 unsigned int y2 = k*2 + 1; local
70 mpz_mul_ui(accum, accum, y2);
72 mpz_mul_ui(denom, denom, y2);
  /external/ImageMagick/coders/
uyvy.c 121 y2;
167 y2=(unsigned char) ReadBlobByte(image);
172 SetPixelRed(image,ScaleCharToQuantum(y2),q);
118 y2; local
  /external/ceres-solver/internal/ceres/
implicit_schur_complement.cc 112 // y2 = E' y1
116 // y3 = -(E'E)^-1 y2
178 // y2 = b - y1
181 // y3 = E' y2
208 // y2 = (E'E)^-1 y1
209 Vector y2 = Vector::Zero(A_->num_cols_e()); local
210 block_diagonal_EtE_inverse_->RightMultiply(tmp_e_cols_.data(), y2.data());
212 // y3 = E y2
214 A_->RightMultiplyE(y2.data(), tmp_rows_.data());

Completed in 1446 milliseconds

1 2 3 4 5 6 7 8 91011>>