Home
last modified time | relevance | path

Searched defs:y0 (Results 1 - 25 of 227) sorted by relevance

12345678910

/third_party/typescript/tests/baselines/reference/
H A DshorthandPropertyAssignmentsInDestructuring_ES6.js61 ({ y0 = 5 } = { y0: 1 }) property
66 ({ y0:y0 = 5 } = { y0: 1 }) property
169 ({ y0 = 5 } = { y0 property
173 ({ y0: y0 = 5 } = { y0: 1 }); global() property
[all...]
H A DconstEnumErrors.js23 var y0 = E2[1] variable
52 var y0 = E2[1]; variable
H A DshorthandPropertyAssignmentsInDestructuring.js61 ({ y0 = 5 } = { y0: 1 }) property
66 ({ y0:y0 = 5 } = { y0: 1 }) property
187 var y0; variable
188 (_a = { y0: 1 }.y0, y property
192 var y0; global() variable
193 (_a = { y0: 1 }.y0, y0 = _a === void 0 ? 5 : _a); global() property
[all...]
H A DconstEnumToStringNoComments.js28 var y0 = 0.5.toString(); variable
H A DconstEnumToStringWithComments.js28 var y0 = 0.5 /* Foo.Y */.toString(); variable
H A DintersectionOfUnionOfUnitTypes.js36 var y0; // 0 | 1 | 2 variable
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dlog2f.c28 double_t z, r, r2, p, y, y0, invc, logc; in log2f() local
H A Dlogf.c29 double_t z, r, r2, y, y0, invc, logc; in logf() local
H A Dpowf.c31 double_t z, r, r2, r4, p, q, y, y0, invc, logc; in log2_inline() local
/third_party/musl/src/math/
H A Dlogf.c29 double_t z, r, r2, y, y0, invc, logc; in logf() local
H A Dlog2f.c28 double_t z, r, r2, p, y, y0, invc, logc; in log2f() local
/third_party/optimized-routines/math/
H A Dlog2f.c29 double_t z, r, r2, p, y, y0, invc, logc; in log2f() local
H A Dlogf.c30 double_t z, r, r2, y, y0, invc, logc; in logf() local
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_spline.h28 EvaluateSplineSegment(real64 x, real64 x0, real64 y0, real64 s0, real64 x1, real64 y1, real64 s1) EvaluateSplineSegment() argument
H A Ddng_1d_function.cpp45 real64 y0 = Evaluate (x0); in EvaluateInverse() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.h16 unsigned y0; member
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_rect.h41 int y0, y1; member
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dconvolute.c84 mpd_uint_t y0 = c2[i]; in fnt_convolute() local
H A Dbench.c58 color_point(mpd_t *x0, mpd_t *y0, long maxiter, mpd_context_t *ctx) in color_point() argument
102 mpd_t *x0, *y0; in main() local
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DLinearGradient.java14 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient() argument
21 public LinearGradient(float x0, float y0, float x1, float y1, int[] colors, in LinearGradient() argument
26 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient() argument
33 public LinearGradient(float x0, float y0, float x1, float y1, float[] colors, in LinearGradient() argument
38 private static native long nMakeLinear(float x0, float y0, float x1, float y1, in nMakeLinear() argument
H A DTwoPointConicalGradient.java14 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient() argument
21 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient() argument
27 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient() argument
34 public TwoPointConicalGradient(float x0, float y0, float r0, float x1, float y1, float r1, in TwoPointConicalGradient() argument
40 private static native long nMakeTwoPointConical(float x0, float y0, float r0, in nMakeTwoPointConical() argument
/third_party/skia/gm/
H A Dcoloremoji_blendmodes.cpp127 SkScalar y0 = 0; variable
/third_party/ffmpeg/libavcodec/
H A Dxl.c49 int y0, y1, y2, y3 = 0, c0 = 0, c1 = 0; in decode_frame() local
/third_party/ffmpeg/tests/checkasm/
H A Dv210dec.c57 uint16_t y0[NUM_SAMPLES/2]; in checkasm_check_v210dec() local
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_nir_builder.h108 nir_ssa_def *y0 = nir_channel(b, bounds_rect, 2); in blorp_check_in_bounds() local

Completed in 7 milliseconds

12345678910