HomeSort by relevance Sort by last modified time
    Searched refs:y2 (Results 126 - 150 of 564) sorted by null

1 2 3 4 56 7 8 91011>>

  /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)));
  /frameworks/rs/scriptc/
rs_graphics.rsh 240 * @param y2
244 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
254 * @param y2
265 float x2, float y2, float z2,
280 * @param y2
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);
416 bBoxMax->y = y2;
  /prebuilts/sdk/renderscript/include/
rs_graphics.rsh 240 * @param y2
244 rsgDrawRect(float x1, float y1, float x2, float y2, float z);
254 * @param y2
265 float x2, float y2, float z2,
280 * @param y2
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);
416 bBoxMax->y = y2;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceLinearGradient.cpp 54 return SVGLengthContext::resolvePoint(static_cast<const SVGElement*>(node()), attributes.gradientUnits(), attributes.x2(), attributes.y2());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
LinearGradientAttributes.h 42 SVGLength y2() const { return m_y2; } function in struct:WebCore::LinearGradientAttributes
SVGPathElement.h 69 PassRefPtr<SVGPathSegCurvetoCubicAbs> createSVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
70 PassRefPtr<SVGPathSegCurvetoCubicRel> createSVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
79 PassRefPtr<SVGPathSegCurvetoCubicSmoothAbs> createSVGPathSegCurvetoCubicSmoothAbs(float x, float y, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
80 PassRefPtr<SVGPathSegCurvetoCubicSmoothRel> createSVGPathSegCurvetoCubicSmoothRel(float x, float y, float x2, float y2, SVGPathSegRole role = PathSegUndefinedRole);
SVGPathElement.idl 51 [Default=Undefined] optional float y2);
57 [Default=Undefined] optional float y2);
92 [Default=Undefined] optional float y2);
96 [Default=Undefined] optional float y2);
  /external/chromium_org/third_party/skia/src/svg/
SkSVGLinearGradient.cpp 19 SVG_ATTRIBUTE(y2)
  /external/opencv/cv/src/
_cvgeom.h 56 double x2, double dx2, double y2, double dy2,
  /external/pixman/pixman/
pixman-glyph.c 328 extents->x2 = extents->y2 = INT32_MIN;
333 int x1, y1, x2, y2; local
338 y2 = glyphs[i].y - glyph->origin_y + glyph->image->bits.height;
346 if (y2 > extents->y2)
347 extents->y2 = y2;
389 dest->y2 = MIN (box1->y2, box2->y2);
    [all...]
  /external/skia/src/svg/
SkSVGLinearGradient.cpp 19 SVG_ATTRIBUTE(y2)
  /frameworks/base/core/java/android/util/
MathUtils.java 94 public static float dist(float x1, float y1, float x2, float y2) {
96 final float y = (y2 - y1);
100 public static float dist(float x1, float y1, float z1, float x2, float y2, float z2) {
102 final float y = (y2 - y1);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 144 bool appendKeyframeWithCustomBezierTimingFunction(Curve* curve, double keyTime, const Value* value, const Value* lastValue, double x1, double y1, double x2, double y2, const FloatSize&)
146 curve->add(Keyframe(keyTime, value->value()), x1, y1, x2, y2); local
180 bool appendKeyframeWithCustomBezierTimingFunction<TransformAnimationValue, WebTransformKeyframe, WebTransformAnimationCurve>(WebTransformAnimationCurve* curve, double keyTime, const TransformAnimationValue* value, const TransformAnimationValue* lastValue, double x1, double y1, double x2, double y2, const FloatSize& boxSize)
193 curve->add(WebTransformKeyframe(keyTime, operations.leakPtr()), x1, y1, x2, y2); local
233 double y2 = 1; local
249 y2 = originalBezierTimingFunction->y2();
262 addedKeyframe = appendKeyframeWithCustomBezierTimingFunction<Value, Keyframe, Curve>(curve, keyTime, originalValue, lastOriginalValue, x1, y1, x2, y2, boxSize);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEConvolveMatrix.h 99 void fastSetOuterPixels(PaintingData&, int x1, int y1, int x2, int y2);
103 ALWAYS_INLINE void setOuterPixels(PaintingData&, int x1, int y1, int x2, int y2);
  /external/chromium_org/third_party/skia/src/animator/
SkPathParts.h 74 SkScalar y2; member in class:SkQuadTo
92 SkScalar y2; member in class:SkCubicTo
  /external/pixman/test/
region-test.c 61 assert (b[i].y1 < b[i].y2);
77 assert (b[0].y2 == 7);
  /external/skia/src/animator/
SkPathParts.h 74 SkScalar y2; member in class:SkQuadTo
92 SkScalar y2; member in class:SkCubicTo
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
spstproc.cpp 111 y2 -- Word16 Array -- Filtered fixed codebook excitation
183 Word16 y2[], /* i : Filtered fixed codebook excitation */
295 * y2 Q10 Q12
307 L_temp = ((Word32)y2[i] * gain_code);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
466 y2 = data[3];
470 map_if_relative(ox, oy, relative, &x2, &y2);
475 py = y2;
479 matrix_map_point(matrix, x2, y2, &x2, &y2);
482 x2, y2, x3, y3);
501 y2 = (y3 + 2*y1) / 3.f;
510 matrix_map_point(matrix, x2, y2, &x2, &y2);
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
466 y2 = data[3];
470 map_if_relative(ox, oy, relative, &x2, &y2);
475 py = y2;
479 matrix_map_point(matrix, x2, y2, &x2, &y2);
482 x2, y2, x3, y3);
501 y2 = (y3 + 2*y1) / 3.f;
510 matrix_map_point(matrix, x2, y2, &x2, &y2);
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 259 float x1, y1, x2, y2; local
282 y2 = y0 - 1.0f + 2.0f * G2;
305 t2 = 0.5f - x2 * x2 - y2 * y2;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
419 y2 = y0 - j2 + 2.0f * G3;
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
456 y2, z2)
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 259 float x1, y1, x2, y2; local
282 y2 = y0 - 1.0f + 2.0f * G2;
305 t2 = 0.5f - x2 * x2 - y2 * y2;
310 n2 = t2 * t2 * grad2(perm[ii + 1 + perm[jj + 1]], x2, y2);
346 float x1, y1, z1, x2, y2, z2, x3, y3, z3; local
419 y2 = y0 - j2 + 2.0f * G3;
449 t2 = 0.6f - x2 * x2 - y2 * y2 - z2 * z2;
456 y2, z2)
529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec2_smpl.c 423 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; local
451 y2 = BN_CTX_get(ctx);
502 if (!BN_GF2m_add(y2, x1, x2)) goto err;
503 if (!group->meth->field_mul(group, y2, y2, s, ctx)) goto err;
504 if (!BN_GF2m_add(y2, y2, x2)) goto err;
505 if (!BN_GF2m_add(y2, y2, y1)) goto err;
507 if (!EC_POINT_set_affine_coordinates_GF2m(group, r, x2, y2, ctx)) goto err
554 BIGNUM *lh, *y2; local
    [all...]