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

1 2

  /external/clang/test/SemaCXX/
warn-literal-conversion.cpp 11 int y3 = 12E-1F; // expected-warning {{implicit conversion from 'float' to 'int' changes value from 1.2 to 1}} local
default-constructor-initializers.cpp 34 struct Y3 : public Y2 {
36 Y3 y3; variable
explicit.cpp 56 Y y3 = (Y)z; local
  /frameworks/av/services/audioflinger/
AudioResamplerCubic.h 43 int32_t a, b, c, y0, y1, y2, y3; member in struct:android::AudioResamplerCubic::__anon19633
56 p->y2 = p->y3;
57 p->y3 = in;
58 p->a = (3 * (p->y1 - p->y2) - p->y0 + p->y3) >> 1;
59 p->b = (p->y2 << 1) + p->y0 - (((5 * p->y1 + p->y3)) >> 1);
  /external/clang/test/CXX/over/over.over/
p1.cpp 87 template<float (&)(float)> struct Y3 { };
94 Y3<f0> y3; variable
  /external/skia/legacy/src/animator/
SkPathParts.h 94 SkScalar y3; member in class:SkCubicTo
  /external/skia/src/animator/
SkPathParts.h 94 SkScalar y3; member in class:SkCubicTo
  /external/speex/libspeex/
ltp_arm4.h 101 spx_word32_t y0, y1, y2, y3; local
105 y3=*y++;
173 : "+r" (y0), "+r" (y1), "+r" (y2), "+r" (y3),
filters.c 502 spx_sig_t y0, y1, y2, y3; local
505 y0 = y1 = y2 = y3 = 0;
523 y3 = MAC16_16(MAC16_16(y3, a1, x10), a1, x20);
528 y3 = ADD32(y3,MULT16_16(a1, x10+x20));
540 y3 = MAC16_16(MAC16_16(y3, a1, x11), a1, x21);
545 y3 = ADD32(y3,MULT16_16(a1, x11+x21))
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicConvolve5x5.cpp 120 const void *y2, const void *y3, const void *y4,
137 uint32_t y3 = rsMin((int32_t)p->y+1, (int32_t)(p->dimY-1)); local
143 const uchar4 *py3 = (const uchar4 *)(pin + stride * y3);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECPoint.java 269 ECFieldElement y3 = gamma.multiply(this.x.subtract(x3)).subtract(this.y); local
271 return new ECPoint.Fp(curve, x3, y3);
295 ECFieldElement y3 = gamma.multiply(this.x.subtract(x3)).subtract(this.y); local
297 return new ECPoint.Fp(curve, x3, y3, this.withCompression);
497 ECFieldElement.F2m y3 local
500 return new ECPoint.F2m(curve, x3, y3, withCompression);
558 ECFieldElement.F2m y3 local
562 return new ECPoint.F2m(this.curve, x3, y3, withCompression);
  /external/skia/legacy/src/core/
SkEdge.cpp 312 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
324 y3 = int(pts[3].fY * scale);
334 y3 = pts[3].fY >> shift;
339 if (y0 > y3)
343 SkTSwap(y0, y3);
349 int bot = SkFDot6Round(y3);
365 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3);
402 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift);
410 fCLastY = SkFDot6ToFixed(y3);
  /external/skia/src/core/
SkEdge.cpp 339 SkFDot6 x0, y0, x1, y1, x2, y2, x3, y3; local
351 y3 = int(pts[3].fY * scale);
361 y3 = pts[3].fY >> shift;
366 if (y0 > y3)
370 SkTSwap(y0, y3);
376 int bot = SkFDot6Round(y3);
392 SkFDot6 dy = cubic_delta_from_line(y0, y1, y2, y3);
429 D = SkFDot6UpShift(y3 + 3 * (y1 - y2) - y0, upShift);
437 fCLastY = SkFDot6ToFixed(y3);
  /external/clang/test/Analysis/
dead-stores.c 245 int y3 = 4; local
267 ++y3;
307 (void)y3;
  /external/skia/src/effects/
SkBicubicImageFilter.cpp 123 int y3 = SkClampMax(sy + 2, src.height() - 1); local
139 SkPMColor s03 = *src.getAddr32(x0, y3);
140 SkPMColor s13 = *src.getAddr32(x1, y3);
141 SkPMColor s23 = *src.getAddr32(x2, y3);
142 SkPMColor s33 = *src.getAddr32(x3, y3);
  /external/v8/test/cctest/
test-assembler-mips.cc 989 int32_t y3; member in struct:__anon15947
1060 t.y3 = 0XBABA;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 275 final float y3 = to.top; local
297 (t * t) * y3;
  /external/clang/test/Sema/
array-init.c 37 int y3[4][3] = { local
62 int y3[4][3] = { local
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 893 float y3 = (z1 * x2) - (x1 * z2); local
    [all...]
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 935 double y0, y1, y2, y3; local
1397 double y0, y1, y2, y3; local
1497 double y0, y1, y2, y3; local
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower
189 yTopCorners[1] = y3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
    [all...]
  /packages/apps/Gallery2/jni_mosaic/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower
189 yTopCorners[1] = y3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
172 FrameToMosaic(mb->trs, mb->width-1.0, 0.0, x3, y3);
186 if(y0 < yTopCorners[0] || y3 < yTopCorners[1]) // If either of the top corners is lower
189 yTopCorners[1] = y3;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/
proximity_info_state_utils.cpp 573 const int y3 = yCoordinates[end]; local
574 const int beelineDistance = getDistanceInt(x2, y2, x3, y3);
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 710 final float y3 = otherStart.y; local
713 final float denom = (y4 - y3) * (x2 - x1) - (x4 - x3) * (y2 - y1);
715 final float uA = ((x4 - x3) * (y1 - y3) - (y4 - y3) * (x1 - x3)) / denom;
716 final float uB = ((x2 - x1) * (y1 - y3) - (y2 - y1) * (x1 - x3)) / denom;
    [all...]

Completed in 1272 milliseconds

1 2